Re: Image lazy loading using tapestry without jquery.

2012-10-26 Thread Bård Magnus Kvalheim
Hi Anbazhagan. Yes, Alex is right - you need some javascript for that. jquery afaik works well with mobile devices. Don't know if you used a plugin - or did it yourself, but I've wrapped a jquery library to do our lazy loading: http://www.appelsiini.net/projects/lazyload . Works well for us - als

Re: Image lazy loading using tapestry without jquery.

2012-10-25 Thread Alex Kotchnev
I don't think you'll find an existing component that does this in Tapestry - it sounds like a general dynamic HTML kind of problem (and more specifically, how you can handle that problem on the phone browsers you are working with), for which you will most likely will need to write some javascript o