triceam / app-UI

app-UI is a collection of user interface components that may be helpful to web and mobile developers for creating interactive applications using HTML and JavaScript, especially those targeting mobile devices. app-UI is a continual work in progress - it was born out of the necessity to have rich & native-feeling interfaces in HTML/JS experiences, and it works great with PhoneGap applications (http://www.phonegap.com). app-UI can easily be styled/customized using CSS.
http://triceam.github.com/app-UI/
Other
1.27k stars 239 forks source link

ViewNavigation Issue With Jelly Bean. #40

Closed rkumar670 closed 11 years ago

rkumar670 commented 11 years ago

@triceam Thanks for these wonderful framework working perfectly in iphone 4 and android lower version like 2.3

I did some changes in the ViewNavigator.js files according to me for header and footer.

I app is working fine in lower version of android version but not working in jelly bean.

when i click on the list item it automatically push the other method views then white screen will appears.

Thanks in advance. Please reply asap urgent.

bugwelle commented 11 years ago

I think what you mean is an Android bug. Let's say that the HTML(5) support isn't that good. I read an article about jQueryMobile where this problem was described (can't find it now). But it could also be a bug in your code (ViewNavigator) where the transition may not be handled correctly. :P

rkumar670 commented 11 years ago

but the same app is working perfectly in lowest version of android

triceam commented 11 years ago

Can you elaborate on this some more? What did you change, and what are the symptoms of the bug? Are there any error messages? I have apps using the ViewNavigator which work fine on Android 2.3 - through 4.2 (the latest)

rkumar670 commented 11 years ago

i check the log in eclipse i saw the event is firing twice . i don't now why it is happening.

triceam commented 11 years ago

that is an android-specific issue with touch events

rkumar670 commented 11 years ago

Screenshot_2013-02-17-08-36-00 jpg may you tell me how to solve this issue i attach a screenshot the problem is the back button not visible some time i have touch the screen then it visible. i am closing this thread now . if you can tell me any suggestion to sort out this problem or tell us what is the proper way to use the viewnavigator js to develop the hybrid app. i m currently using the simple methods..if u have a suggestion most welcome... i also like your blogs post. thanks for sharing...:)