jquery-archive / jquery-mobile

jQuery Mobile Framework
https://jquerymobile.com
Other
9.7k stars 2.41k forks source link

mailto link not working, gives Error Loading Page #310

Closed kimslawson closed 13 years ago

kimslawson commented 13 years ago

I am trying to include a mailto link in one of my jquery mobile pages, but it's apparently trying to parse it as an internal page link (I get the "Error Loading Page"). I couldn't find anything in the documentation about how to make a mailto link (or other protocol handler like tel:// , etc.)

Page in question is here http://slawson.org/jqm/index.html

Click on my name or email to see what I mean. I'm hoping I've just missed something.

scottjehl commented 13 years ago

Are you running on the alpha release codebase, or the latest in Git? This bug should be fixed in latest git. Here's a test page: http://jquerymobile.com/test/docs/pages/docs-link-scenarios.html

kimslawson commented 13 years ago

alpha release. I've upgraded to the latest in git, but now I have other issues to debug (the hash navigation isn't working).