In my application I have:
`
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.