Hi,
I have issue on iOS 9 devices. I have below simple function that should open facebook page in browser, but it does not work. It works OK on simulator.
function welcomeSubScene:facebookButtonClicked() system.openURL("https://www.facebook.com/SomePage") end
Following error is being displayed:
<Warning>: WARNING: system.openURL() failed to open URL: https://www.facebook.com/SomePage
Is there something that changed? Should I do something differently?
Cheers,
Radek