Exiting out of Webview

pcbtmr

Member
Licensed User
Longtime User
Newbee question here: Have created a webview showing a page.
What event do I catch to close the webview and get back to the app? Webview_Click doesn't exist.

Many Thanks.
 

NJDude

Expert
Licensed User
Longtime User
If the webview is full screen and on a different activity, pressing the BACK button on the device will close it, you could add a button to return, use the MENU button on the device, etc, depends on how you've written your app.
 
Upvote 0
Top