Hi,
I’m struggeling getting the Mobile Browsert to work on my IOS Devices.
I’m using the following code to open it:
` InAppBrowser.DisplayOptions options = new InAppBrowser.DisplayOptions();
options.displayURLAsPageTitle = false;
options.pageTitle = “About Fort Designer”;
options.shouldStickToLandscape = true;
InAppBrowser.OpenURL(“http://google.de”, options);’
But, when opening, I only get a white page and no loading indicator. Device is connected to the internet, other online operations from withing the app work.
Any idea what could be causing this or what I can do to analyize this further?
I’m preparing my app for Submission, a quick response is much appreciated!