Hey,
Having an Issue with IOS Build. Unable to Hide the Top Bar in IOS.
Same code works perfectly with Android but once i switch the Platform and build to IOS
Top bar is not disabled.
private void Awake()
{
InAppBrowser.DisplayOptions options = new InAppBrowser.DisplayOptions();
options.displayURLAsPageTitle = false;
options.pageTitle = “InAppBrowser example”;
options.hidesTopBar = true;
InAppBrowser.OpenURL(pageToOpen, options);
}
This is the code.
am i missing something?
can you please support
Asset Version : 2.0.4
Unity: 2021.3.15
Iphone 11