Hi,

I'm having a problem with a Web Application that I'm building that
uses stackLayouts to navigate around. I also have a few external links
(maps, external sites) - including a mailto link to open up Mail.app.

When a mailto link - rather the div that has its click handler set -
is clicked, Mail.app pops up with the email address pre-populated.
(Completely as expected).
the method called when the "email link" is clicked looks something
like this:

window.location="mailto:[email protected]";;

Now that Mail.app is open, I can either cancel or send a message, but
when I return to the Web App, all the stack layouts seem to be broken.

I've built a test case, and in the test project, everything in the
webapp stops working (so even worse than the main project file I'm
working on).

I'm wondering if anyone has had similar issues, and maybe found a
solution for it.

If anyone is interested to look at this, I can put a zip of the test
case project online somewhere.

Thanks,

John

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to