Welcome! › Forums › Unity Plugins › In-App Web Browser › Back Button › Reply To: Back Button
February 17, 2019 at 5:47 pm
#1361
Piotr
Keymaster
Hi,
You simply need to use InAppBrowserBridge prefab and put it on the scene. Then Use OnAndroidBackButtonPressed callback and provide custom behavior there. You can check sample scenes for an example of using bridge prefab.