Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

marquee works on simulator but not on device

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>
like image 619
PPD Avatar asked Nov 23 '25 06:11

PPD


2 Answers

marquee is 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.

like image 62
Christoph Avatar answered Nov 24 '25 18:11

Christoph


Use This Jquery Plugin instead of marquee...

http://remysharp.com/2008/09/10/the-silky-smooth-marquee/

like image 22
SaurabhLP Avatar answered Nov 24 '25 20:11

SaurabhLP



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!