I’m trying to make a native app in which you can tap a button to load a dictionary (wordreference.com) in a popup window.
I’m using the iframe src code with the url, which loads fine in the bubble iOS app, but I can’t tap and hold to scroll inside the iframe. I can interact with the site, everything seems fully functional, except scrolling. I tried the scrolling=“yes” option in the code, didn’t work.
Thanks in advance to anyone who can help. Richard.
I’ve also deployed a live version, as the https preview in the editor didn’t let me load the website in the iframe. The dictionary button in the web version scrolls fine, just the Bubble app viewer that doesn’t scroll. Check it out:
It works well to scroll HTML in a fixed size. The only issue I am experiencing is that when the user scrolls to the bottom of the HTML using this… It will refresh the page.
It only refreshes if the user scrolls all the way to the bottom, otherwise this is fine…
See video for example … Any ideas how to turn this off. Its only triggered by HTML somehow.
Hey, first time contribution here, and it’s a few years late. But I think the CSS you want for this is overscroll-behavior: none; or overscroll-behavior: contain; on the iframe or its contentWindow