I'd like to continue using zii widgets for the full site then add support for mobile devices. Using jQuery mobile seemed to be the most direct path. I have not yet figured out the best way to use jQuery Mobile instead of jQuery UI for zii widgets. Simply changing a widget's 'cssFile' and 'scriptFile' is insufficient. The site detects the use of a mobile device and can switch as necessary. I've read that jQuery UI and jQuery Mobile should be able to coexist but in my case and others they interfere with each other. I also tried including the jQuery UI stylesheet before the jQuery Mobile stylesheet as recommended but there is still contention between the two. Adding and modifying jQuery UI styles to jQuery Mobile is tedious and just seems to be the wrong way to solve this problem.
Anyone have ideas? Should zii widgets be replaced with something else when mobile?
Anyone have ideas? Should zii widgets be replaced with something else when mobile?