I was implement iframe into my app. Scrolling iframe content is very smooth on ios7, but when upgrade to ios 8, iframe content couldn’t scroll anymore. Anyone can give me hand! Thanks a lot.
1 Like
I have same problem!!
but i search it on Google, oh my god!!
“Seamless iFrame was removed in iOS 8”
Try putting overflow-scroll=“true” in ion-content in order to scroll the iFrame properly.
1 Like
This solved the problem for me. Thanks a lot