Tuesday, 27 August 2013

Issue in openning an app on iphone and submitting the same page

Issue in openning an app on iphone and submitting the same page

This is what am trying to do. I have a webpage, which has a link, on click
of which it should automatically open an app {which has a URI scheme} on
iphone, and also submit the page.
the only way i could find out is to open the app through an iframe
{iframe.src=appid://}, and submit the page {document.formname.submit()}.
this works properly on mobile safari; but not on chrome.
on chrome the app opens up, but the page from where the app was openned
does not submit.
Any idea, how this needs to be handled, across phones and browsers would
be of great help?

No comments:

Post a Comment