I am having an issue with Onsen UI leaving a gap between my Statusbar and ons-toolbar. It appears to be a 1px “border” but I can not remove it. nSee below at screenshots to see what I am referring to…
Any ideas on how to fix this?
I am having an issue with Onsen UI leaving a gap between my Statusbar and ons-toolbar. It appears to be a 1px “border” but I can not remove it. nSee below at screenshots to see what I am referring to…
Any ideas on how to fix this?
How do I change the targetSDK of a compiled build? I have added minSDK, maxSDK, and tragetSDK to my config.xml, all with no success. Any help is appreciated…
Dumb mistake on my end. I removed Network Information plugin from my project. Adding it back, everything once gain works…
I am needing to see if the use is online before running an function.
I intended to use navigator.onLine but it is always reporting true, even if no network is connected. just to ensure this, i put airplane mode ON (Android OS) so no connection is there, and it is still reporting navigator.onLine = true. Confusing part, this WAS working a few days ago, but now, no joy… Any help is appreciated…
I have tried multiple solutions found online, all with no success. I come here hoping for help. How can I open a link (example, http://reddit.com) in the default browser on Android OS? I have tried with and without InAppBorwser plugin and every link opens with my app… Any help is appreciated…
I forgot to mention, I am using Monaca and not PhoneGap.
I am working on an app that will have 2 pages (index.html & error.html). Both pages use a navigation bar. The nav bar is just a “title” bar really on index.html and has a “back” button on error.html. That all works. When user goes to the error.html, I did NOT use the push page feature of the nav bar due to the fact that the “error.html” runs a lot of Javascript and I could get nothing to actually run when it was a “push page”. Now, however, when the user is on the “error.html” screen and hits the Android hardware back button, the app exits. This is not what I really desire. If user is on “error.html” and the hardware back button is hit, I want it to go back to the “index.html” screen. If the user hits the hardware back button while on “index.html” screen, the exit of the app is what I want, so the problem is not there. When I set it so the “error.html” page was a push page, the back button functionality worked as I wanted, but no scripts would run so the page was useless… Any help is appreciated…