I think I figured it out. I noticed that in the mode that supports the application, any HTTP link will take you out of the application and launch a separate mobile safari window, lead you to the page and show the Safari hard. It makes sense (as a rule, no one contacts any of the all-in-one web applications that support the application. I noticed this because I implemented the 4-page application with my own tab bar below and linked. Html files with simple HTTP links in the element.When I replace this with a javascript function to load pages using document.location.replace, this does not happen.
So, in the form - I think that should happen because I use the scheme (in this case mailto :), anyway the browser is needed in "normal mode" to interpret the scheme and do the right thing that launches the email application, and this obviously does not work when submitting the form. I have not found anything in the Apple documentation about this yet, so if anyone knows the technical details, please send messages!
UPDATE: I found that I can access the server side of the script using a form in web application mode, so I'm still interested to know about the mailto: issue problem if anyone has an answer.
Thanks,
Elizabeth
source share