Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. dustintinsley
    D
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    dustintinsley

    @dustintinsley

    0
    Reputation
    9
    Posts
    793
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    dustintinsley Follow

    Posts made by dustintinsley

    • Gap/space between Statusbar and ons-toolbar, Android

      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…

      0_1541878029135_Screenshot_20181110-111948.jpg
      0_1541878039893_zoomed.png

      Any ideas on how to fix this?

      posted in Onsen UI
      D
      dustintinsley
    • Compile with different targertSDK?

      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…

      posted in Monaca Tools
      D
      dustintinsley
    • RE: navigator.onLine always reporting true

      Dumb mistake on my end. I removed Network Information plugin from my project. Adding it back, everything once gain works…

      posted in Monaca Tools
      D
      dustintinsley
    • navigator.onLine always reporting true

      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…

      posted in Monaca Tools
      D
      dustintinsley
    • Open links in external browser?

      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…

      posted in Monaca Tools
      D
      dustintinsley
    • RE: Onsen UI v1 and Android hardware button support

      I forgot to mention, I am using Monaca and not PhoneGap.

      posted in Onsen UI
      D
      dustintinsley
    • Onsen UI v1 and Android hardware button support

      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…

      posted in Onsen UI
      D
      dustintinsley