Using apple-mobile-web-app technology disables data: uri on iOS?

I created an application that uses the data:uri mechanism to open a file on a calendar on iOS. It works fine if you run it from mobile Safari, it works if you add a shortcut to the main screen, but as soon as I add:

<meta name="apple-mobile-web-app-capable" content="yes"/>

... to make him behave a little differently, he no longer works. (I must also say that it never works in Chrome for iOS.) Is this known? Are there any workarounds? Hidden options that I don't know about?

+2
source share

All Articles