Hey everyone.
I am beginning to work with mobile devices and working with your examples.
The simulator script assists with determining what type of device and I believe loads the correct css.
I have two questions.
1) Do I have to have the simulator script to determine which device is loading, in order for the page to show correctly?
2) Will jqxwidget automatically determine the type of device (mobile vs tablet)?
If I remove the following code which is in all of the mobile examples.
var theme = prepareSimulator("dataTable");
...
initSimulator("dataTable");
.
.
<div id="demoContainer" class="device-mobile">
<div id="container" class="device-mobile-container">
I get nothing displayed, and browser has no errors.
What could be the problem.
Do you have an example for a mobile device that does not have your simulator?
Thanks for anything that you can provide.
Eric