Any updates?
On Jul 22, 11:23 am, Joseph Saadé <
jsa...@gmail.com> wrote:
> IT is a very weird behavior.
> I deployed the same app on a blackberry, nokia and iphone and it works
> fine.
> OnlyAndroiddoes not respond to "mailto" hrefs.
>
> On Jul 21, 5:40 am, danmayer <
danma...@gmail.com> wrote:
>
> > I don't have time to test this now, but my guess is that this is
> > related to phonegaps special URI handling. It does special things to
> > try to keep everything on the one file that phonegap uses. Phonegap
> > has special handling for tel:// and external web addresses. My guess
> > that this code is at fault. I might have some time to take a look at
> > it tomorrow. Hopefully that helps.
>
> > peace,
> > Dan Mayer
>
> > On Jul 20, 8:11 am, Joseph Saadé <
jsa...@gmail.com> wrote:
>
> > > I tried it on actual device, I have it:
> > > <a href="mailto:
t...@test.com">email</a>
> > > it just gives "page not found"
>
> > > On Jul 20, 2:38 pm, mobweb <
i...@mobweb.ch> wrote:
>
> > > > I'm pretty sure that on an older project I hadmailtoworking on
> > > >Android, but the project is on another machine that I don't have
> > > > access to right now. Have you tried <a
> > > > href="javascript:window.location.href = 'mailto:... ? Also, have you
> > > > tried it on an actual device? Could be that the simulator doesn't have
> > > > any E-mail support (not sure tho)
>
> > > > On 20 Jul., 10:51, Joseph Saadé <
jsa...@gmail.com> wrote:
>
> > > > > I have been trying to figure this out for a few days. I searched all
> > > > > over the web and I cannot believe that I am the only person with this
> > > > > issue.
>
> > > > > When I have I click on amailtolink inside the app, the simulator and
> > > > > the device both redirect me to a page where it says: "Web page not
> > > > > available ...."
>
> > > > > I am bit new toandroid, I was browsing the phonegap java source and