Reply To: Back Button

Welcome! Forums Unity Plugins In-App Web Browser Back Button Reply To: Back Button

#1361
PiotrPiotr
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.