Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Blog
    • Playground
    1. Home
    2. Tags
    3. css

    • D

      build for platform specific css components
      Onsen UI • onsen ui 2.0 css components • • diversity

      1
      0
      Votes
      1
      Posts
      1780
      Views

      No one has replied

    • J

      v-ons-tabbar is being hidden by the v-ons-toolbar
      Onsen UI • cordova vue css vue-onsenui • • jmlds

      1
      0
      Votes
      1
      Posts
      2380
      Views

      No one has replied

    • G

      Events as ng-click or css :active are not working properly
      Onsen UI • onsen ui ons-navigator css ons-action-sheet ng-click active • • Guille270

      4
      0
      Votes
      4
      Posts
      4306
      Views

      G

      @emccorson said in Events as ng-click or css :active are not working properly: What is fn.load? My guess is that fn.load calls ons-navigator.pushPage which loads a new page even if the page is already on the page stack. Instead you should use ons-navigator.bringPageTop which will check if the page is already on the page stack. By the way, you can inspect the pages in your browser’s dev tools to see what pages are in the page stack. Just look at the child elements of the navigator. If changing to bringPageTop doesn’t solve the problem then you might have run into this bug, which I am working on fixing: https://github.com/OnsenUI/OnsenUI/issues/2604 You’re right, all my problems are solved!!! Thanks you so much!
    • J

      Error of css onsen UI common libs
      Onsen UI • onsen ui monaca ide css onsen • • Jonathan Silva

      3
      0
      Votes
      3
      Posts
      4162
      Views

      @Jonathan-Silva Hi! It’s probably a version mismatch. Make sure that the libs you are including contain the same version you were using before. If possible, update to the latest one. Monaca’s Onsen UI is not different from original Onsen UI, you can use any of them.
    • Cannot resize v-ons-dialog
      Onsen UI • onsen ui 2.0 css ons-dialog • • Jearson Batanes Gomez

      1
      0
      Votes
      1
      Posts
      2404
      Views

      No one has replied

    • K

      Unsolved Code does match pattern
      Onsen UI • css • • KrunchMuffin

      12
      0
      Votes
      12
      Posts
      11222
      Views

      K

      ok, thx. look forward to it.
    • Easy - button color
      Onsen UI • css button • • Leonardo Augusto

      2
      0
      Votes
      2
      Posts
      6822
      Views

      @Leonardo-Augusto This works style="background-color: red; color: blue". If you want to set it as a class, make sure that you are specific enough.
    • T

      Equal css files but different names in OnsenUI-dist-2.0.0-rc.16\css
      Onsen UI • css onsen-css-components rc2 • • tbrcrl

      1
      0
      Votes
      1
      Posts
      3085
      Views

      No one has replied

    • RC 16, Text Input Placeholder issues
      Onsen UI • css ons-input bug • • munsterlander

      6
      0
      Votes
      6
      Posts
      9001
      Views

      @Fran-Diox I have confirmed the issue on RC17 as well. I created a new project with RC17, just added: <ons-input placeholder="00"></ons-input> No custom CSS and the placeholder goes to the top left of the input. I can only guess that something else is happening in the default CSS. I inspected the object and it gets display: none so I assume something else is overriding it. Edit: Confirmed this only affects material and not flat.
    • Themeroller modification
      Onsen UI • css themeroller • • munsterlander

      2
      0
      Votes
      2
      Posts
      3396
      Views

      @munsterlander It’s a good suggestion but right now we are way too busy with other stuff. I hope we can get back to this at some point :)