Hi Appery Team,
I seem to have an issue with a button that I want to use that will open the native email app on an iOS device. I have already tested this with Android and all works as it should, but when testing it on iOS there is no action and the error:
canOpenURL: failed for URL: "mailto:a href="mailto:someone@somewhere.com" rel="nofollow"someone@somewhere.com/a" - error: "This app is not allowed to query for scheme mailto"
What I did so far was create a button, and then using the events created a click event and Javascript. Then used this script:
window.open("mailto:a href="mailto:someone@somewhere.com" rel="nofollow"someone@somewhere.com/a", '_system');
I seem to have gone round and round in circles trying to read and try different ideas and now require your expert assistance. I seems that when I read up on the latest iOS there needs to be a permission set to allow for apps to open elsewhere but I don't know what I am looking for here.
Regards