Reply To: Remove the default Android/IoS spinner

Welcome! Forums Unity Plugins In-App Web Browser Remove the default Android/IoS spinner Reply To: Remove the default Android/IoS spinner

#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 ! ^^

  • This reply was modified 6 years, 4 months ago by sebastien.
  • This reply was modified 6 years, 4 months ago by sebastien.
  • This reply was modified 6 years, 4 months ago by sebastien.