Welcome! › Forums › Unity Plugins › In-App Web Browser › Remove the default Android/IoS spinner › Reply To: Remove the default Android/IoS spinner
December 19, 2017 at 3:28 pm
#580
sebastien
Participant
Thank you for your answer !
But I tried your code line and it’s not working :'(
InAppBrowser.DisplayOptions options = new InAppBrowser.DisplayOptions();
options.hidesTopBar = true;
options.shouldShowDefaultSpinner = false;
InAppBrowser.OpenURL(url, options);
Picture here : Click here
As you see, shouldShowDefaultSpinner
method is not found
Help ! ^^