Opening Native App with Emy

2015-12-21 Thread Arthur
I migrated my studying from iUI Framework to Emy for building a standalone web app and ran into a problem. Under iUI, I had a link to a native iOS app which worked,and a link to an external web site ( using "a href") which didn't. Now, the link to the external web site works (using "a href"

Re: Opening Native App with Emy

2015-12-21 Thread Remi Grumeau
Hi Arthur, There is a method called "isNativeUrl" in both iUI & Emy to deal with native URL Schemes. http://emy-library.org/documentation/latest/core-documentation.html#emy-isnativeurl Any clic event is intercepted by Emy, and go tru a list of checks, this one included. If this method returns