I've been trying jQuery Mobile all day, seems very good :).
I encountered the following difficulty :
I'm using those pretty sweet page transitions (such as flip, slide, etc.) but I can't figure out a way to trigger canvas drawing once the page is "loaded". That is to say : in a normal page I use <body onload="draw"> to draw, but this does not work.
I'm using quotes here because the "page transition" functionnality inserts the page into the DOM, so that's not really "page loading".
Any ideas ?
Thanks a lot :)
Alexis.
Hint : Solution might be obvious, I'm not at ease with javascript.