Closed dmarko484 closed 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
Hi David Youre right its a bug. I'll fix it.
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
Hello, any news on this bug?
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; } );
still the same problem with android standart browser. using android 2.2. Can anyone help me, need it for a my bachlor work :) thx
it's allright. just make it width $('a.xxx').bind( 'tap', function(){ window.location = this.href; } ); Works for me:) thanks
Bueno.
Self do, self have!
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