开发者

JQM phonegap.js android app breaks app view? why?

I have been using phonegap.js with jqm to built a mobile android app. I have the index.html doing a redirect to the mobile page its directed too. The app stays within the 'app view' aka full screen. Throughout most of the app, this happens... the 'app view' full screen is kept until I do a form submit. Does anyone 开发者_运维知识库know why the form submit breaks the 'full screen' view? and or a solution to keep it in fullscreen while the application is running?

Thanks for the help!!!


I think this is related to my other question you are helping me with. JQuery Mobile, problem with loading form submitted pages

In the JQM model if you don't do all page loads via Ajax it will break the one page model that full screen relies upon. Thus once you do a form submit and tell it to do a rel="external" load of that page, it doesn't use Ajax and then needs to ask Safari to load a new page. This was actually my Phone Gap question I had asked in that post. I was worried that the problem you are asking about would occur.

Since this was in May, did you find a workaround?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜