how to load app faster when large amount of data is loaded dynamically. please help
shweta
@shweta
Posts made by shweta
-
App loading performance
-
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’ );
}
}); -
RE: Drag and drop in onsen
thanks @munsterlander i have solved this isuue by using jquery drag and drop.
-
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.
-
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.
-
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 -
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.
-
Cross browser testing
My app is working fine in Chrome but not in firefox
Please help
http://millicenttechnologies.in/shweta/onsenui/www/index.html
-
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
-
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.