jQuery UI Widgets Forums Getting Started PC and mobile integration

This topic contains 5 replies, has 2 voices, and was last updated by  cyclop 9 years, 11 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • PC and mobile integration #60224

    cyclop
    Participant

    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?
    Regards

    PS: Sorry, my English is bad 🙁

    PC and mobile integration #60225

    Dimitar
    Participant

    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,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    PC and mobile integration #60227

    cyclop
    Participant

    Hi Dimitar,

    This is the web:
    http://kunteros.site90.com/PO_profesionales/profesionales.html

    It runs well on PC, but on iphone, iPad and samsung galaxy tab don’t show the web with styles.

    Thank you very much.

    PC and mobile integration #60231

    Dimitar
    Participant

    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,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    PC and mobile integration #60234

    cyclop
    Participant

    OH!!! Sorry.
    I’m going to update all the libraries and I’ll tell you.

    Thank you, and sorries again.

    PC and mobile integration #60244

    cyclop
    Participant

    Ok, I upgrade the web. Now it’s ok.
    Thank you very much.
    Regards

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.