Hi, I'm creating a Windows 8 app and I wondering if anybody has experienced this bug before? In my game, I have a Sprite and when clicked it is supposed to navigate to the Windows 8 Store. But, instead I get the following error:
"APPHOST9624: The app can't use script to load the <URL_HERE> url because the url launches another app. Only direct user interaction can launch another app."
My event is: onMouseClick OR onTouchedObject
My action is using the Browser plugin's Go to URL action.
Notes:
- I do have the Internet capability enabled.
Update: I posted one solution below, but I'd still like to leave this thread open in case anybody else would like to illuminate on this issue more.