Hi all.
Iìm learning about Cordova apps. I'm trying to use a very basic example of a page using jquery and Bootstrap 3. The pge has a left sidebar and a button which makes the sidebar slideLeft and slideRight alternatively using toggleClass.
Once build the Cordova app, it works fine in my smartphone running Android 4.4.4, but in my tablet with Android 4.1.2, after the first tap, which works, the secons takes no effect.
The problem is present only if I try to toggle classes: with a simple alert, the app works. I also changed the code in order to change the body background color at each tapping and this also worked fine.
Have you any idea?
index.html
Open in new window
simple-sidebar.css
Open in new window
index.js
Open in new window
Thank you again.