Hey, I’m just getting started on a very basic webviewer app to display a live taplist for a pub. I have manually created a webviewer shell using another tool, but I need cross platform distribution so I have come to Thunkable. I’m using a tutorial to create a brand screen on screen1 which then loads screen2 which has a webviewer directing to a responsive taplist. No matter what I do I can’t scroll or pinch zoom in the webviewer. The video tutorial(which is for classic) shows these features working automatically.
Screen 1 literally only has a logo in the background and blocks to navigate to screen2 after a 4000ms timer fires, this seems to work just fine.(I need the extra second to load the image heavy taplist) The app fades in just fine on load, counts down on the brand screen, then navs to screen 2 and the webviewer already has the top of the page ready to go, but all I can see is the first screen worth of content and this is a very long list.
The same thing happens when I use Live preview or if I download the APK to test.
Eventually Screen2 will also have a button to force refresh the taplist(pretty sure I know how to make that work) and that is literally the end of the app.