Hey,
i browse through the code of jquery mobile, and i see small mobile widgets implemented from scratch there, some of which have equivalents in jQuery UI. such as - button, listView, dialog, etc. They extend $.mobile.widget.
So I'm wondering - won't jQuery UI be compatible with jquery mobile ? Or will jQuery mobile implement all the UI from scratch? I mean , imagine the following scenario - i am developing or extending a jQuery UI widget and i want this widget to be supported in a mobile environment. Do I have to write a second widget from scratch, that's based on jquery mobile ?
I assumed that the idea of jquerymobile was to bridge the gap between desktop & mobile, so that all existing UI widgets can automatically adapt to the mobile environment, without having to rewrite them from scratch.
Thank you all,
Angel