When building for android using the ExampleScene.unity scene, I get only a blue screen on the android phone. no google button. I have internet access set to require as in the documentation. Is there other set up needed? My aim is just to load a web page on app load.
Try to move button on the canvas, maybe it got misplaced ?
Btw you dont really need this example scene, opening website is one line of code. Check readme file.
With the button stretched across the entire canvas, I still get only a blue screen when the app runs on the phone. The button is not there. I have attached a screenshot of the canvis.
Are you sure you are opening this scene?
Maybe it’s opening different one (you can check it in build settings).
Anyway, you don’t really need that – all you need is to call InAppBrowser.OpenURL(address) somewhere in your code π