I created an mit app by placing an url using webview. But Im facing an issue that I am not able to navigate to the previous pages by clicking back button

Hi , I am not able to navigate from one page/url to previous page/url by clicking back button of the phone. The moment I click the back button, the app is getting minimized from the screen and not doing the expected behavior ie, showing the previous page/url of the current page/url. Plz. help. Thankyou.

In the Screen.BackPressed event, put a WebViewer.GoBack block, only if WebViewer.CanGoBack is true.

Can you please share the image/screenshot by arranging blocks. ?

Screenshot_2023-09-26-16-25-18-569-edit_com.android.chrome

...you may also want to remove those empty list items

1 Like

It worked. Thankyou very much.

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