Hi I had added marquee tag in my application which works well in android simulator but when I install it on device it is not working. On device it doesn’t show me marquee. Below is my code for marquee.
<marquee behavior="scroll" direction="left">Welcome To Jquery World</marquee>
marqueeis not a standard HTML Element! So there is no guarantee for support. Browser only support it for the sake of compatibility.Use a jQuery plugin instead, this way you are save.