Re: Mobile Ready and Touchable

1,012 views
Skip to first unread message
Message has been deleted

DesHartman

unread,
Sep 9, 2012, 9:28:45 PM9/9/12
to ang...@googlegroups.com
Any word on this?


Would love to see a more mobile centric AngularJS

Thanks
Des

Richard Schulte

unread,
Sep 9, 2012, 9:46:50 PM9/9/12
to ang...@googlegroups.com

DesHartman

unread,
Sep 10, 2012, 6:58:44 AM9/10/12
to ang...@googlegroups.com
I am trying to stay away from JQuery mobile. It is so slow on iPhone. I specifically moved to Angular to get away from JQuery. I'm looking for something that does not have all the baggage of JQuery. I know Angular uses JQueryLite, but I believe it is minimal.

@zoomclub mentioned a touch library?

Thanks
Des

Richard Schulte

unread,
Sep 10, 2012, 1:21:59 PM9/10/12
to ang...@googlegroups.com
So zepto contains some very useful mobile-focused events for a very lightweight approach.  Zepto is what trigger.io folks suggest using, along with angular.

http://goodfil.ms/blog/posts/2012/08/13/angularjs-and-the-goodfilms-mobile-site-part-1/ has some examples of using zepto & flickable.js with angular.

Richard

Thibaut de Sany

unread,
May 29, 2013, 9:28:14 AM5/29/13
to ang...@googlegroups.com
Hello,

Most of the time JQuery Mobile is slow because bad designed.
But it is true that with old version of Jquery Mobile, you can experiment such slow behaviors.
Just get rid of default header/footer provided by jquery and create a ones in the container section.
Everything should run faster now: content + transitions + no flickering anymore. (As fast up to 99% as native apps >> when good designed)

++
Thibaut de Sany (http://thibaut.desany.eu)

Le samedi 14 juillet 2012 05:07:52 UTC+2, Andy Joslin a écrit :
Touch should probably belong in an external 3rd party file - eg a module called 'touch' and a file you include call angular-touch.js, then when you declare your app you would just put 'angular.module('myApp', ['touch'])'. angular.js is already quite a few kb to load :-).

Anyway, I've developed a few apps using AngularJS and jquery mobile, with the angular jQuery Mobile Adapter: https://github.com/tigbro/jquery-mobile-angular-adapter

But I warn you, if it's speed you want, stay away from jQuery Mobile (and sencha and dojo)! I have to turn off all transitions and do lots of optimizations and it's still kind of slow on any page change.

I would love to see a lightweight touch library hooked up to angular, with easy directives (on-swipeleft, on-drag, etc) for everything.  And I'd love to see a minimal ui library (maybe iUi) hooked up to angular, too.
Reply all
Reply to author
Forward
0 new messages