@scottcl wrote:
In my application I have:
<ion-view view-title="Contact Form">
<ion-content scroll="true" overflow-scroll="true" class="iframe-wrapper">
<iframe data-tap-disabled="true" src="http://www.mywebsite.com/contactForm.php">
</iframe>
</ion-content>
</ion-view>CSS:
.iframe-wrapper iframe {
width: 100%;
height: 100%;
}
html, body,
.scroll
{
height: 100%;
}When I run my app in android or serve in chrome/firefox scrolling does not work. I have searched through the forums and google, I've tried many possibilities but nothing happens.
Posts: 1
Participants: 1