You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'm working on a site, that uses this plugin inside an iframe. To test it on mobile, I just used the demo code to see how it would render.
All is well, except on safari mobile, it's completely unsable. i.e. it won't let me scroll / swipe at all. Do you have any tips on making it work within an iframe on mobile safari. @trgraglia
Sample code:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Title of the document</title>
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no, shrink-to-fit=no">
<style>
html {
height: 100%;
}
body {
margin: 0px;
height: 100%;
}
</style>
</head>
<body>
<iframe id="iframe" src="http://trgraglia.github.io/jquery.horizonScroll.js/demo/index.html" height="90%" width="100%" frameBorder="0"></iframe>
</body>
</html>
Anyone have any experience with iframes / this plugin?
The text was updated successfully, but these errors were encountered:
agerber23
changed the title
iframe advice
iframe on mobile, please advise
Mar 2, 2016
agerber23
changed the title
iframe on mobile, please advise
horizonScroll inside iframe, on mobile
Mar 2, 2016
Hey, I'm working on a site, that uses this plugin inside an iframe. To test it on mobile, I just used the demo code to see how it would render.
All is well, except on safari mobile, it's completely unsable. i.e. it won't let me scroll / swipe at all. Do you have any tips on making it work within an iframe on mobile safari. @trgraglia
Sample code:
Anyone have any experience with iframes / this plugin?
The text was updated successfully, but these errors were encountered: