Navigation

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

    Topics created by shweta

    • S

      App loading performance
      Onsen UI • • shweta

      1
      0
      Votes
      1
      Posts
      1531
      Views

      No one has replied

    • S

      Browser compatibility in onsen
      Onsen UI • • shweta

      1
      0
      Votes
      1
      Posts
      1738
      Views

      No one has replied

    • S

      Merginf select and tabbar
      Onsen UI • • shweta

      4
      0
      Votes
      4
      Posts
      2914
      Views

      @shweta Do you want to hide a list or a tabbar? Your question and reply have different information. You can easily add an event listener to the select change event, use a case statement and then hide anything you want from there.
    • S

      Cross browser testing
      Onsen UI • • shweta

      1
      0
      Votes
      1
      Posts
      1573
      Views

      No one has replied

    • S

      Navigator and Sliding menu
      Onsen UI • • shweta

      2
      0
      Votes
      2
      Posts
      1846
      Views

      @shweta May I suggest the docs: https://onsen.io/v2/docs/js/ons-splitter.html Also, a great resource is: https://tutorial.onsen.io/
    • S

      Drag and drop in onsen
      Onsen UI • • shweta

      11
      0
      Votes
      11
      Posts
      9411
      Views

      S

      thanks @munsterlander i have solved this isuue by using jquery drag and drop.
    • S

      popover not working
      Onsen UI • • shweta

      2
      0
      Votes
      2
      Posts
      1701
      Views

      No one has replied

    • S

      Popover not working properly
      Onsen UI • • shweta

      2
      0
      Votes
      2
      Posts
      1917
      Views

      @shweta Your document.querySelector(“ons-popover”) is not finding any element. Make sure the popover is attached to the DOM when you run that.
    • S

      Push page not working
      Onsen UI • • shweta

      3
      0
      Votes
      3
      Posts
      2490
      Views

      @shweta Tutorial
    • S

      Junk in IOS
      Onsen UI • • shweta

      2
      0
      Votes
      2
      Posts
      1928
      Views

      R

      It appears your picture(s) weren’t uploaded correctly.
    • S

      popover in navigation
      Onsen UI • • shweta

      3
      0
      Votes
      3
      Posts
      2207
      Views

      S

      @misterjunio said: including yes i m including it my main js only. When i hit this js code in console i got same error.
    • S

      Nested carousel
      Onsen UI • • shweta

      5
      0
      Votes
      5
      Posts
      3470
      Views

      @Fran-Diox Valid point about changing direction. This is the only default way to do this right? Otherwise, you would be back to enabling and disabling HammerJS. I am curious though as to how this could be best used for UX?
    • S

      Nested tabbar
      Onsen UI • • shweta

      1
      0
      Votes
      1
      Posts
      1379
      Views

      No one has replied

    • S

      Active class in tabs with respect to carousel item
      Onsen UI • • shweta

      8
      0
      Votes
      8
      Posts
      5272
      Views

      M

      In Bootstrap, if you refresh the page the tab is reset to the default setting. However, you can use the HTML5 localStorage object to save some parameters for the current tab locally in the browser and get it back to make the last active tab selected on page reload. <!-- Carousel --> <div id=“myCarousel” class=“carousel slide” data-ride=“carousel”> <!-- Carousel Indicators --> <li data-target="#myCarousel" data-slide-to=“1”></li> <!-- Carousel Controls --> <a class=“left carousel-control” href="#myCarousel" data-slide=“prev”> for more UI Course
    • S

      how to Initialise third part plugin in onsen
      Onsen UI • • shweta

      1
      0
      Votes
      1
      Posts
      1406
      Views

      No one has replied

    • S

      Smooth swipe of carousel
      Onsen UI • • shweta

      8
      0
      Votes
      8
      Posts
      6049
      Views

      S

      @misterjunio thank you it works fine.:+1: :relaxed:
    • S

      table sorting in onsen ui
      Onsen UI • • shweta

      12
      0
      Votes
      12
      Posts
      10293
      Views

      @shweta That is related to the plugin itself as well, I can’t think of a way to improve that performance if you’re loading a lot of data :confused: