jquery / jquerymobile.com

jQuery Mobile web site content
http://jquerymobile.com
Other
54 stars 65 forks source link

Custom builder for table reflow isn't working in Android Browser #69

Closed armasson closed 10 years ago

armasson commented 10 years ago

Hello,

I'm working on a project, using jquery mobile for displaying all my tables. So i used the custom builder to download only the parts that i need from checking "table reflow".

Everything works fine except in Android browser (not chrome for android) where the tables are broken.

When i change my custom jquery mobile file by the full version, it seems to work fine everywhere.

Example :

With : jquery.mobile.1.4.2.js

http://jsfiddle.net/Z47NU/

With a custom build of jquery from "table reflow" : Contain : -jqmData -Namespace -Widget Factory -Page creation -table -table: reflow

http://jsfiddle.net/Y72ua/

I've run my tests with a Samsung Galaxy S3 & browserstack using à htc hero

So i'd like to know if there is another required dependencies to make this table reflow work with all device.

Best Regards,

arschmitz commented 10 years ago

@armasson thank you for reporting this however, you are missing the class ui-responsive in your markup that makes the table responsive http://jsfiddle.net/Y72ua/1/ and http://jsfiddle.net/Z47NU/3/ closing as not a bug