tapquo / Lungo.js

A framework for developers who want to design, build and share cross device applications.
http://lungo.tapquo.com
Other
2.41k stars 567 forks source link

not working on phonegap android 4.1.x #152

Closed chekun closed 11 years ago

chekun commented 11 years ago

Have you guys test on android 4.1.x with phonegap? i have tested, failed. first icons have no apperance , due to css file name case senstive problem then i click sidebar icon on the nav section, failed logcat shows page reloaded and not run as expeced. here are some screenshots. can you guys help me solve this? QQ 20130205095953 QQ 20130205100154

soyjavi commented 11 years ago

Yes we've tested on Android 4* :) and running perfectly (issues in some device with scrolls). I don't know what's your problem, but I think it's in your phonegap configuration.

chekun commented 11 years ago

yes, my bad, turns out to be my android emulator issue, tested on my phone , works just fine.

soyjavi commented 11 years ago

:)

0xc1c4da commented 11 years ago

We've tried Sony Xperia tipo (4.0.4) and Samsung Galaxy Tab 2 7.0 (4.0.3) - didn't work on both

mserranog commented 11 years ago

I have an issue when scrolling in my Nexus S (Android 4) in an installed apk and using web browser too. In Android emulator works fine. For example, when I scroll down in a list and I clicked an item it redirects to another item. Using Lungo 2.1

Edit: In Firefox Mobile working fine

soyjavi commented 11 years ago

Show me your code and I'll help you :) El 21/02/2013, a las 18:05, mikelserra notifications@github.com escribió:

I have an issue when scrolling in my Nexus S (Android 4) in an installed apk and using web browser too. In Android emulator works fine. For example, when I scroll down in a list and I clicked an item it redirects to another item. Using Lungo 2.1

— Reply to this email directly or view it on GitHub.

mserranog commented 11 years ago

Web application here: http://bartrebolf7.x10.mx/AppBarTrebolF7 (For example: click on "Noticias" or in "El Equipo" -> Jugadores). When there is a list with scroll, if you scroll until the last element, the scroll continues and if you tap on the last element it is like you are clicking the element supposed to be in that position if there isn't more scroll. It happens in my device with Android 4.0.3 using default browser or in the generated .apk. Not having these problems using laptop, with Firefox Mobile or Android 2.2. Thanks!

Edit: the same with Kitchensink in the main screen.