You are viewing our Forum Archives. To view or take place in current topics click here.
jQuery Mobile Problem.
Posted:
jQuery Mobile Problem.Posted:
Status: Offline
Joined: Dec 27, 201112Year Member
Posts: 696
Reputation Power: 35
Status: Offline
Joined: Dec 27, 201112Year Member
Posts: 696
Reputation Power: 35
So I got a problem with jQuery Mobile on the iPhone. Everything on my site is working great. Except for one iFrame. The problem only shows on the iPhone. For my iFrame I Use the code
(The real url is replaced with url)
Anybody got any Ideas or alternatives ?
<div id="scroller" style="height: auto; width: auto; overflow: auto -webkit-overflow-scrolling:touch;/>
<iframe height="100%" id="iframe" scrolling="no" width="100%" src="url" data-mce-src="url">
</iframe>
</div>
(The real url is replaced with url)
Anybody got any Ideas or alternatives ?
#2. Posted:
Status: Offline
Joined: Jan 01, 201113Year Member
Posts: 1,957
Reputation Power: 401
Status: Offline
Joined: Jan 01, 201113Year Member
Posts: 1,957
Reputation Power: 401
Slagveld3 wroteSo I got a problem with jQuery Mobile on the iPhone. Everything on my site is working great. Except for one iFrame. The problem only shows on the iPhone. For my iFrame I Use the code
<div id="scroller" style="height: auto; width: auto; overflow: auto -webkit-overflow-scrolling:touch;/>
<iframe height="100%" id="iframe" scrolling="no" width="100%" src="url" data-mce-src="url">
</iframe>
</div>
(The real url is replaced with url)
Anybody got any Ideas or alternatives ?
Just making an observation
overflow: auto -webkit-overflow-scrolling:touch;/>
overflow: auto; -webkit-overflow-scrolling:touch;" />
And from looking at the actual problem, have you got many scrolling Div elements?
A problem i have read about where one fails, was solved by the -webkit-overflow-scrolling:touch being removed and only added when it div element became visible...
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Dec 27, 201112Year Member
Posts: 696
Reputation Power: 35
Status: Offline
Joined: Dec 27, 201112Year Member
Posts: 696
Reputation Power: 35
Thanks for the reply but I already fixed it. Thank you anyways!
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.