-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StatusBar is undefined #52
Comments
I had exactly the same problem, solved it by switching to this plugin: |
@BohdanMaslowski That fixed it for me as well, seems like PGB is deprecating the PGB-specific plugins. |
@andrewb273 Could you share your full config.xml to fix this issue? Thank in advance. |
@thanhtung1509 |
Hi @andrewb273, Thanks for your answer. Do you use Visual Studio and Dev Express to build your project? I have followed your instruction above? Unfortunately, I got the issue when I try to build Build IOS Template (pls take a look this image https://drive.google.com/file/d/0B8_tTBjgp7e5MFZoelZYVGNJX3c/view?usp=sharing). and here is my config.xml :
|
@thanhtung1509 I build using build.phonegap.com, and that Status bar plugin you're referencing is very different to what I'm using, so not going to be able to help you. |
@andrewb273 Thanks for your reply :) |
I have the same issue as in #26 where StatusBar is undefined in the latest build when run on an iOS8 phone. This normally wouldn't be an issue if it wasn't for the javascript engine halting entirely. When this is encountered, any changes I do to for instance localStorage, is not available/reflected in the rest of the code running until the application is restarted. And to top it off, I'm not even calling StatusBar anywhere, so there's some initialization script that comes along that I assume does which fails because it's not available in the global scope?
So I tried with reverting to 1.0.1 as suggested in that thread, but then suddenly the width and height of the viewport was changed so that all the elements would have to get a custom set of code for iOS so that the width and heights were recalculated to much smaller percentages... at the moment the main body of the Single Page Application is set to 100% width and 100% height, but this makes elements near the right edge and/or bottom edge disappear outside of viewable area and are not reachable with scrolling.
I am using DevExpress framework and built through phonegap build directly from visual studio, so I don't have any build to share from. The ticket at devexpress is this; https://www.devexpress.com/Support/Center/Question/Details/T261533
The text was updated successfully, but these errors were encountered: