I am part way through developing a mobile web app which contains almost no HTML elements. JSON2HTML is used to create HTML elements.
My problem is that it works ok except for on
- iPad
- Android 4.0.3 Native browser.
The problem with these browsers is that the content isn't being rendered.
It works fine on
- Android 4.0.3 Chrome,
- Android 4.0.3 Firefox
- Android 4.0.3 Opera
- Android 4.0.3 Dolphin
- Android 4.1.1 Native
- Android 4.1.1 Other browsers
Just to clarify, this is a mobile web app, not a native mobile app. I am not using any native code, I am using standard web technologies (HTML5, CSS3, jQuery, Javascript, JSON)