Webview in native app not working?

Hi all, not sure if this is a bug or I am not using the webview properly - i can’t get my pages to load in default bubble webview in native mobile.

To make sure this is not related with the complexity of my app, I have done the following:

  1. created a new project with both web and mobile app
  2. create a web page that only has one string and red background colour
  3. created one view in mobile, that only contains a webview that loads the index page (only page)
  4. selected allow all iframes for option: allow app to be rendered in frame/iframe in the settings tab

Result (screenshots attached below):

  • web page renders normally when i open a web page
  • mobile app is rendering blank screen both in bubble go and preview mode in browser

Am I missing something or I should report this as a bug? Did someone had the same problem? Thanks



get the same thing…

I submitted a bug report, support team accepted the bug and are looking into it.
Out of curiosity, which operating system did you use when you got a blank screen?

Webviews work on bubble go, but not from the web preview.

Interesting, for me they are not working neither in web view or bubble go on ios. On which mobile device and operating system you have bubble go installed?

Thanks!

im on iOS.

Where do you submit bugs and track the status? I thought this forum was it

Go to support page: Bubble Support Center and start a chat with the bot in the bottom right corner, if you have a bug to report, it will ask for details and submit a bug report, you will be contacted later by support.

For those struggling with this like me, bubble support found the following:

  • I set the view to scrollable and set the webview height to 100%, these two can not work together on iOS.

My solution was to set the view to non scrollable and set the height of webview to 100%. Although this works for iOS i have problems on android with this setup, awaiting response on this one.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.