-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jQuery.Marquee is not working in IFrame (IOS devices) #106
Comments
Do you have demo? |
I'm having the same issue as well
This snippet works on pc/laptops but it glitches out when viewing with an iPhone. |
Can you please create a demo. Check github documentation where you can find a link to create a demo
…Sent from my iPhone
On 2 Jan 2018, at 8:46 am, Jackyeoh ***@***.***> wrote:
I'm having the same issue as well
`
<title>List</title> <style style="text/css"> body { overflow: hidden; } .marquee { font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif; font-size: 150%; width: 100%; overflow: hidden; background-color: gray; color: white; } </style> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="jQuery.Marquee-master/jquery.marquee.min.js" type="text/javascript"></script>
...loading...
<script type="text/javascript"> function initApp(){ //reconstruct the entire table var resultString = "aodoiashdasdlasdjlaskjdlaskmclkaichasoicakclanlscjlakjclkxclknckalshdauhweandls"; x=document.getElementsByClassName('marquee'); // Find the elements for(var i = 0; i < x.length; i++){ x[i].innerHTML= resultString; // Change the content } $('.marquee').marquee('destroy'); $('.marquee').marquee({ duration: resultString.length * 30, //time in milliseconds before the marquee will start animating delayBeforeStart: 0, //'left' or 'right' direction: 'left', //true or false - should the marquee be duplicated to show an effect of continues flow duplicated: true }); } $(document).ready(initApp()); </script> `
This snippet works on pc/laptops but it glitches out when viewing with an iPhone.
The speed would go crazy and any tweak to the duration/speed attribute doesn't seems to affect it at all.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have integrated my tool in IFrame in which I have used this plugin.
It seems not working and page is in loading mode always. Can you please help me to get resolved this ?
In desktop browsers it is working as expected but for the devices (IOS) is is not working properly.
-Regards,
Bhavik
The text was updated successfully, but these errors were encountered: