Hi all
I’m currently testing my app in order to put it up on the Windows app store. It still uses Storyboard as it was developed quite a while ago.
The line below is called upon entering the scene:
[lua]system.openURL(“www.google.com”)[/lua]
After this has been called, trying to go to another scene simply doesn’t work. It calls the exitScene function, but it does not actually switch to the specified scene.
I can confirm it is ‘openURL’ causing an issue because everything works fine again when commenting that line out.
I do understand Storyboard is pretty much deprecated, but it would be cost ineffective to switch over to Composer at this stage of the project. If anyone has any info on this it would be greatly appreciated!