Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. Gaurav
    3. Posts
    G
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by Gaurav

    • RE: Muliple Modifiers in ons-list-item

      @Fran-Diox thanks for removing this bug it works fine now :thumbsup:

      posted in Onsen UI
      G
      Gaurav
    • Publish your app to playstore

      hey guys I want to upload my app to playstore I have generated keystore and signed apk using Cordova CLI but it shows app not installed is it like I have to upload my apk to playstore and then only I can download it from playstore ??

      posted in Developer Corner
      G
      Gaurav
    • Nested Carousel Postchange not working properly

      I am using one ons-carousel with direction vertical inside ons-carousel-item using another ons-carousel but on changing inner carousel item root carousel event gets fired here’s my codepen if carousel is not nested it works fine I have tried this here

      posted in Onsen UI
      G
      Gaurav
    • ons-splitter like animation to div

      How to give animation like splitter I found something here but no idea how to use this I want smooth animation on left swipe I have used ons-gesture-detector but this is not smoother

      posted in Onsen UI
      G
      Gaurav
    • RE: Animated Splashscreen ?

      @dvlwjoffice you’re right but there has to be some other alternative

      posted in Developer Corner
      G
      Gaurav
    • RE: Muliple Modifiers in ons-list-item

      okk thanks

      posted in Onsen UI
      G
      Gaurav
    • RE: Muliple Modifiers in ons-list-item

      ok thanks @Fran-Diox for reply this works but not with nodivider modifier this is my codepen

      posted in Onsen UI
      G
      Gaurav
    • Muliple Modifiers in ons-list-item

      Can I use muliple modifiers in onsen for ex I want modifier chevron and nodivider in ons-list-item
      also onclick event to chevron modifier

      posted in Onsen UI
      G
      Gaurav
    • RE: mobile keyboard takes space of bottom toolbar

      thanks @khemry

      posted in Monaca Tools
      G
      Gaurav
    • RE: mobile keyboard takes space of bottom toolbar

      thanks for reply but is there anything wrong I am doing or I have to use keyboard plugin

      posted in Monaca Tools
      G
      Gaurav
    • RE: mobile keyboard takes space of bottom toolbar

      sorry @khemry it’s ons-tabbar not toolbar

      posted in Monaca Tools
      G
      Gaurav
    • RE: mobile keyboard takes space of bottom toolbar

      0_1503304552030_blog1.png

      posted in Monaca Tools
      G
      Gaurav
    • RE: mobile keyboard takes space of bottom toolbar

      thanks @khemry for reply This issue is in android phone And I have not used any keyboard plugin I have done something like

      <ons-page>
      <ons-navigator>
      <ons-page>
      <input type="text">
      </ons-page>
      </ons-navigator>
      </ons-page>
      </ons-page>
      posted in Monaca Tools
      G
      Gaurav
    • RE: Animated Splashscreen ?

      This is not a perfect solution still black blank screen appears on mobile if I remove splashscreen plugin got blank white screen anybody has better option guys ??

      posted in Developer Corner
      G
      Gaurav
    • RE: Animated Splashscreen ?

      try this code in config.xml

       <preference name="AutoHideSplashScreen" value="true" />
          <preference name="SplashScreenDelay" value="0" />
      

      I found this here

      posted in Developer Corner
      G
      Gaurav
    • RE: prevent tappable ons-list-item on button click

      thanks @Fran-Diox this worked for me

      posted in Onsen UI
      G
      Gaurav
    • mobile keyboard takes space of bottom toolbar

      I have taken a text box when I click on that It opens keyboard but it takes my bottom toolbar space and App Screen looks short and by clicking back it looks fine

      posted in Monaca Tools
      G
      Gaurav
    • prevent tappable ons-list-item on button click

      I have taken ons-button in ons-list item I have called PushPage onclick of ons-list-item but I want to stop this event on click of on ons- button which is inside ons-list-item

      posted in Onsen UI
      G
      Gaurav
    • RE: Animated Splashscreen ?

      that’s ok @dvlwjoffice this is my codepen before that just change priority so that this page will appear first

      posted in Developer Corner
      G
      Gaurav
    • RE: onsen tabbar inside tabbar

      I know but I have already used this in my code I thought this will replace my root tabbar

      posted in Onsen UI
      G
      Gaurav