Navigation

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

    shweta

    @shweta

    0
    Reputation
    37
    Posts
    1264
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    shweta Follow

    Posts made by shweta

    • App loading performance

      how to load app faster when large amount of data is loaded dynamically. please help

      posted in Onsen UI
      S
      shweta
    • Browser compatibility in onsen

      My app is working fine in chrome browser but not in default browser of mobile and mozilla.
      Functionalities like drag and drop i have used sharing the code below :+1:
      $(’.sortable-list’).sortable({
      axis: ‘y’,
      handle: ‘.list__header’,
      cancel: ‘.RemoveSection’,
      stop: function( event, ui ) {
      // IE doesn’t register the blur when sorting
      // so trigger focusout handlers to remove .ui-state-focus
      ui.item.children( '.list__header ’ ).triggerHandler( ‘focusout’ );
      }
      });

      posted in Onsen UI
      S
      shweta
    • RE: Drag and drop in onsen

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

      posted in Onsen UI
      S
      shweta
    • RE: Merginf select and tabbar

      @shweta said:

      i dont want to use json for hided show divs. because i h

      No this is not the solution i wanted. I want to hide and show ons-list and change of ons-select with respect to index value.

      posted in Onsen UI
      S
      shweta
    • RE: Drag and drop in onsen

      Thanks @munsterlander I have also come out with the same solution. But now its giving me problem in mobile. Because I have full screen data list. drag and drop functionality working fine but this doesn’t allow me to scroll the page.

      posted in Onsen UI
      S
      shweta
    • Merginf select and tabbar

      Can we merge select and tabbar. Basically i want to hide and show tabs on change of select box. Is it possible in onsen. if yes then please share and example.
      Thanks in advance
      Note : i dont want to use json for hided show divs. because i have large amount of lists to show

      posted in Onsen UI
      S
      shweta
    • RE: Drag and drop in onsen

      Basically i want to give a control to user to change the sequence of list. SO he change the placement of list according to him at top or bottom.

      posted in Onsen UI
      S
      shweta
    • Cross browser testing

      My app is working fine in Chrome but not in firefox

      Please help

      http://millicenttechnologies.in/shweta/onsenui/www/index.html

      posted in Onsen UI
      S
      shweta
    • RE: Drag and drop in onsen

      @munsterlander said:

      What exactly are you trying to

      I am creating a stock market app using onsen ui. Where i have many small divs of different fields. So that i am using ons-list for this. I want to add drag and drop feature where user can drag any list window and drop.

      Below is link where I have uploaded my code. please check and revert.

      I have add your code in My Top 5 Performing Stocks List.

      http://millicenttechnologies.in/shweta/onsenui/www/index.html

      posted in Onsen UI
      S
      shweta
    • RE: Drag and drop in onsen

      @munsterlander said:

      es you can, but not built-in as you will need custom code.

      Thanks @munsterlander Can i have live example of it.

      posted in Onsen UI
      S
      shweta