HTML marquee not working in iOS 5.1

半世苍凉 提交于 2019-12-05 12:27:25
Janak Nirmal

Checking your code I found that behavior="alternate" is causing problem to stop scrolling. If you put behavior="scroll" than it will scroll but not as per your requirement.

If you look for alternates than there is other answer which may be helpful to you.

Here are few links to discussion which discuss this problem and recommends not to use marquee.

link1 link2 link3

Update

Wowo ! This is something interesting. I checked again and found that it does work but not for small strings. It works for somewhat large strings. Still no clue about the problem.

AS alternative you can create same thing with UIView and Timer. Please refer below URL

https://github.com/jeffhodnett/JHTickerView

https://github.com/MugunthKumar/MKTickerViewDemo

https://github.com/caydenliew/CLTickerView

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!