Column-Toggle Table bug in Android 2.3
Hi, my name is Juan Pablo.
I have a problem with Column-Toggle Table.
When I run my app on Android 4.0 it works fine but if i run it on a device with android 2.3 it crash.
the column button dosent show correctly. It only show the text. And I lost the function to horizontal scroll the table.
This is my HTML Code
- <div data-role="content" id="content">
- <div>
- <div style="overflow:scroll" id="divTable">
- <table style="position: relative;" id="TableMonitor" data-role="table" data-mode="columntoggle" class="ui-responsive table-stroke table-stripe">
- ' HERE GOES THE TABLE CONTENT
- </table>
- </div>
- </div>
- </div>
I hope you can give me any directions..
Thanks.
I add here 2 prints screens edited for you.
Android 4.0
And here Android 2.2