Hi
this is a simple way for scrollable iframes
maybe someone differently has already described this tip . Sorry, I did not find anything here..
Iframes can scroll with a finger also with ios.
1.
I create (for example) the following HTML-Page:
<html>
<head>
<title> scrollable iFrame </ title>
</ head>
<body style = “width: 250px; height: 900px;”>
Content …
</ body>
</ html>
2.
in MobiOne I create a multi-page widget with the same coordinates: width: 250px and Content Area Height: 900px
3.
in this widget I put the HTML Widget width: 250px Height: 900px
4.
The html widget has the following code:
<iframe src=”HTML-Page…” frameborder=”0″ width=”250″ height=”900″></iframe>
5. and now the secret 😉
through the html widget i place a text widget with as many blank linebreaks as the html-Page document is long.
Now you can scroll the html iframe document with a finger up and down as usual.
I give also the customer access to the HTML document and already I have a small MobiOne CMS
and as always. sorry for my Google translate english. I hope you can understand it ;o)
regards
Dino