hiroprotagonist / jquery.mobile.actionsheet

An actionsheet for jquerymobile
103 stars 34 forks source link

Doesn't work with Webkit #14

Closed dave7oaks closed 12 years ago

dave7oaks commented 12 years ago

This plugin is exactly what I was looking for however unfortunately it doesn't seem to work with Webkit browsers (tested on iPhone and Chrome). Any ideas why or plans to fix?

hiroprotagonist commented 12 years ago

I've tested the plugin on two different android tablets on an andro phone, iphone 3GS and 4 as also on ipad 1 sucessfully. I need more info on your test case.

dave7oaks commented 12 years ago

Hmmm strange - I have tried it on my iPhone 3GS (running iOS 5) and on Chrome (on my mac). In both cases I get a grey box appearing but there is no content.

dave7oaks commented 12 years ago

If you send me your email address I can drop you some screen shots if it will help.

hiroprotagonist commented 12 years ago

Can you please check if the example.html is working. Just clone the repository and point your browser to example.html.

hiroprotagonist commented 12 years ago

Oh damn it, you're right. The plugin is not working as it should with jqm 1.0 final.

dave7oaks commented 12 years ago

I am actually using the last rc (still havent switched over). I havent had a chance to look at it properly but I thought it might have something to do with having multiple div's with data-role="content" (which I have in that particular page) because that grey block on webkit browsers corresponds with one of these divs. Anyway let me know if I can help out with any testing.

hiroprotagonist commented 12 years ago

Can you send me your page please? One question: Why are you using my plugin instead of the jqm built in dialog?