New to the X Platform. Trying to create a Web Viewer to load a site but I need a ‘Back’ button/ Previous Page button for ios and android. I can manage this is in the classic Thunkable but I am unsuccessful in the X Platform. Looking for tutorials but I cannot find any. Any assistance appreciated
I’m trying to achieve the same but I’m struggling with this issue.
I’d like to have a “home”, “back” and “previous” button but none of them works.
Home Button works only when I reach another website, so it changes the domain.
“Back” and “Forward” buttons just produce a white screen.
I’m creating a simple app with Webviewer to browse a site from.
I need to insert buttons that allow me to navigate forward and backward pages and a button to return to the Home.
I actually have difficulty creating buttons to navigate back and forth with the Webview.
I’ve searched for a solutions inside the Community but looks like that none of the post I’ve found with similar issues has the solution.
Just building out an app with the web viewer in it, unfortunately the back button ignores the web viewer and takes you back to the prior screen. Is there a way for the app to “go back” as one would in a web browser? @domhnallohanlon@Peter_Mathijssen@actech
Just wondering, is there any way to add navigation to the webviewer? When I look at a page in Live testing, I can click links to move forward, but there’s no way to move backwards.
Or… is there a way to make a link clicked in the web viewer open in an external browser?
unfortunately there is not yet any possibility to do this because for whatever reason the getWebViewerURL blocks do not return the current URL but only the one you set… Pretty useless atm otherwise you could built a workaround for going back… Hope they will fix / update the webviewer soon.
You could add each url into a list. if they click the back button, go to first item in list. if they long click back button, have that show a list viewer and allow them to choose which they want to go back to?
does not work for me at all (just shows a grey bar and label with “1” above)
@ketty_ferreira you cannot create a real “go back” button for the webview right now because it does not return the current URL so that you could store it as variable and navigate back to the last one.
Hopefully this will be added soon but right now when you use getURL it will only return the URL you set via a block but not when the user follows links.