- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
in my appframework.ui.min.js app (/*! intel-appframework - v2.2.0 - 2015-04-21 */),
I have a dynamically created list with detail view.
I've added this 2 event listener:
var scrollerList = $("#pageNotizie").scroller();
$.bind(scrollerList, "scrollstart", function () {
console.log( "start" );
});
$.bind(scrollerList, "scrollend", function () {
console.log( "end" );
});
If i launch scroll event with my finger the scrollstart event fire, and waiting the scroll animation end, scrollend event fired.
Problems begins when i touck one list item during scroll animation...the detail list view will appear before the scrollend event (in fact, scrollend event will not be fired) and the detail view showned are relative to the list item from where the scroll begins.
Did anyone can help?
In case of a scrolling animation, I need to stop animation on touch, and not showing detail view.
thanks
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you allow the scrolling to finish before selecting an item, does it go to the correct detail view?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Pamela,
if I let the scroll animation end the app show the right detail view. If you need i can send you the project in private message, so you can analize the issue.
Thanks, regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Simone,
Yes, please zip your code and send it to me.
Pamela
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page