CommandFusion / iViewer-For-Android

CommandFusion iViewer for Android
2 stars 0 forks source link

Problem Rendering Dynamic Elements with JS #131

Closed mrgadget closed 11 years ago

mrgadget commented 11 years ago

We have an interface which we build based on user input - in this case for automation. This works fine on iOS-based devices, but on Android-based devices the page isn't built correctly.

In the page pictured below, theres a horizontal-scrolling list which has one of two different subpages added depended on the type of element we're controlling. As you can see, the iOS one displays the two different elements correctly, and also displays all the elements requested - the Android one does neither of these.

The other issue pictured is the button images - they're set via JS too, and displayed correctly in the iOS image, and not displayed (or even displayed as a text path!) in the Android one.

Happy to provide a copy of the GUI for testing,

iOS: ios ipad 1

Android: android galaxy tab 2

mrgadget commented 11 years ago

This was an issue with my server-side detection of device resolution, not a problem with the iViewer product.