jQuery UI Widgets › Forums › Getting Started › PC and mobile integration
This topic contains 5 replies, has 2 voices, and was last updated by cyclop 11 years, 2 months ago.
-
Author
-
Hello all!
First of all, thanks for this excellent app to use on our projects!
I am with a project using jqxgrid (basically) and other jqx-libraries.
This web project I need to run on different devices: pc, Ios and android.
With pc librarires, this web desn’t run on tablet (only few parts)
Is is possible to unify the styles? Or by code select the appropiate css?
RegardsPS: Sorry, my English is bad 🙁
Hello cyclop,
Please provide us with more information:
What type of tablet do you test on? What operating system does it have?
Do you experience any issues when running any of the mobile demos? If not, please provide us with a JSFiddle example which demonstrates the issue you experience.Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Hi Dimitar,
This is the web:
http://kunteros.site90.com/PO_profesionales/profesionales.htmlIt runs well on PC, but on iphone, iPad and samsung galaxy tab don’t show the web with styles.
Thank you very much.
Hi cyclop,
There are multiple errors thrown in your page:
Uncaught ReferenceError: jqxBaseFramework is not defined
Uncaught TypeError: Cannot read property ‘dataAdapter’ of undefined
Uncaught Error: jqxGrid: Missing references to the following module(s): jqxdropdownlist.js(requires: jqxlistbox.js)These mean you have not initialized the widgets on your page correctly and they are not related to mobile device support. What I notice is that the version of jqxDropDownList you are using is 3.5.0 and the other widgets’ – 3.4.0. Please update all your files and try again.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/OH!!! Sorry.
I’m going to update all the libraries and I’ll tell you.Thank you, and sorries again.
Ok, I upgrade the web. Now it’s ok.
Thank you very much.
Regards -
AuthorPosts
You must be logged in to reply to this topic.