divaweb Dasat
To get the iframe to work in ios Make sure you:
0. Install this CSS Plugin
1. Save the code below as a CSS file in notepad. Let's say I name the file "style.css"
html, body {
background: transparent !important;
color: transparent !important;
background-color: transparent !important;
position: absolute;
top: 0;
left: 0;
right: 0;
-webkit-backface-visibility: visible;
}
2. Import the css file into "Files" by right clicking the "Files" folder (located in "Projects" window)
3. Add this bit of code in events:
System | On start of Layout > CSSImport | "style.css" (include brackets)
4. Click on the "CSSImport" object in the "Projects" window and make sure you add the CSS file name "style.css" to the "CSS filename" property box, like so:
<img src="http://i.imgur.com/c5Emg.png" border="0">
5. ????
6. Profit :)