jquery-archive / jquery-mobile

jQuery Mobile Framework
https://jquerymobile.com
Other
9.69k stars 2.4k forks source link

Phonegap button layout issue #6162

Closed foz1284 closed 11 years ago

foz1284 commented 11 years ago

as can be seen below in the first image I am having layout problems with buttons using phonegap on android, this is happening after a changepage which is triggered programatically with the following:

$.mobile.changePage("#GameVote", { transition: "slideup" });

when I rotate the device the layout fixes itself, also pressing either of the buttons fixes the issue.

I am also doing my development in firefox and the issue does not seem to be present in this browser

any help would be appreciated,

Thanks

Mark

screenshot_2013-07-13-22-19-00 screenshot_2013-07-13-22-36-19

jaspermdegroot commented 11 years ago

@foz1284

Please provide a test page and info about Android version and device you tested on. See the contrubiting guidelines for our JS Bin template and instructions. Thanks!

foz1284 commented 11 years ago

Thanks, I'm trying to use jsBin but I'm running into an issue on change page where its showing the page briefly but its then dissapearing, just click the page 2 button:

http://jsbin.com/ofuhaw/31/edit

UPDATE: this was initally tried in firefox 22.0 but I just check it in chrome 28.0.1500.72 m and it seems OK so possibly a seperate bug?

jaspermdegroot commented 11 years ago

@foz1284

I think you tested in the JS Bin Output panel on Firefox. That doesn't work because of a bug in JS Bin and/or Firefox. That's one of the reasons why we mention in our JS Bin template that you should use the "Live preview" http://jsbin.com/ofuhaw/31 works fine on Firefox.

foz1284 commented 11 years ago

Yes that's right, sorry for being such a pain! I've not got time to continue bug hunting right now but will update when I can, hopefully tomorrow evening. Thanks On 14 Jul 2013 11:45, "Jasper de Groot" notifications@github.com wrote:

@foz1284 https://github.com/foz1284

I think you tested in the JS Bin Output panel on Firefox. That doesn't work because of a bug in JS Bin and/or Firefox. That's one of the reasons why we mention in our JS Bin template that you should use the "Live preview" http://jsbin.com/ofuhaw/31 works fine on Firefox.

— Reply to this email directly or view it on GitHubhttps://github.com/jquery/jquery-mobile/issues/6162#issuecomment-20934655 .

jaspermdegroot commented 11 years ago

Closing because test page is still missing. We re-open when it has been provided.