Utility: adding capability detection based on user-agent: $.mobile.capability() = 'FULL' | 'PARTIAL' | 'NO'
That would be really useful if the following function could be added to the $.mobile interface:
$.mobile.capability()
Return 'FULL', 'PARTIAL', 'NO'
Implementing this function is pretty straightforward using the mobile user-agent if we could have access to a exhaustive list of jquery supported mobile devices.
Thanks!
-stan