hiroprotagonist / jquery.mobile.actionsheet

An actionsheet for jquerymobile
103 stars 34 forks source link

Links with rel='external' doesnt work on Android ... #8

Closed dmarko484 closed 13 years ago

dmarko484 commented 13 years ago

Thank you for this marvelous JQ Mobile plugin .... I'm trying to use it but I found that when I have a link with rel='external' the link doesnt work on Android phone. Its working fine in Chrome for example but not on my mobile phone. Without rel attribute it works fine ... is this something known or how to make this work properly for this case?

Thank you !!! David

hiroprotagonist commented 13 years ago

Strange thing. The plugin does not modify the control elements Anchors,Inputs... whatever. I got an android phone in my office. I will check that tomorrow.

Cheers Stefan

On Mon, 2011-08-15 at 10:16 -0700, dmarko484 wrote:

Thank you for this marvelous JQ Mobile plugin .... I'm trying to use it but I found that when I have a link with rel='external' the link doesnt work on Android phone. Its working fine in Chrome for example but not on my mobile phone. Without rel attribute it works fine ... is this something known or how to make this work properly for this case?

Thank you !!! David

hiroprotagonist commented 13 years ago

Hi David Youre right its a bug. I'll fix it.

dmarko484 commented 13 years ago

Thanks for such support ...

David

2011/8/17 hiroprotagonist < reply@reply.github.com>

Hi David Youre right its a bug. I'll fix it.

Reply to this email directly or view it on GitHub:

https://github.com/hiroprotagonist/jquery.mobile.actionsheet/issues/8#issuecomment-1827099

dmarko484 commented 13 years ago

Hello, any news on this bug?

hiroprotagonist commented 13 years ago

Was on holidays. I dont no why external links wont handle the tap on android when the links are part of an actionsheet. The only thing i can offer for now is this hacky workaround: $('a.xxx').bind( 'tap', function(){ window.location = this.href; } );

nbussman commented 11 years ago

still the same problem with android standart browser. using android 2.2. Can anyone help me, need it for a my bachlor work :) thx

nbussman commented 11 years ago

it's allright. just make it width $('a.xxx').bind( 'tap', function(){ window.location = this.href; } ); Works for me:) thanks

hiroprotagonist commented 11 years ago

Bueno.

Self do, self have!