简体   繁体   English

Android模拟器上的Sencha Touch

[英]Sencha Touch on Android Emulator

I have a Sencha Touch + PhoneGap application that has 3 tabs and a Nested List. 我有一个Sencha Touch + PhoneGap应用程序,它具有3个选项卡和一个嵌套列表。 It runs as expected on a real Android device however on the Android Emulator, tapping on Nested List items doesn't seem to have any effect at all. 它可以在真实的Android设备上按预期运行,但是在Android Emulator上运行,点击“嵌套列表”项似乎根本没有任何作用。 Tapping on tab icons changes the active view as expected though. 轻触选项卡图标可更改活动视图,但仍可预期。

Do you know what would be wrong with it? 您知道这有什么问题吗? How can I debug this? 我该如何调试?

There is a phonegap plugin logger which will generate the native log from the javascript console.log() function. 有一个phonegap插件记录器,它将从javascript console.log()函数生成本机日志。 Install that plugin and add some console output on the click event of nested list. 安装该插件,并在嵌套列表的click事件上添加一些控制台输出。 And you can check whether it is giving any error. 您可以检查它是否给出任何错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM