0

我在 android phone gap 中开发了一个应用程序,该应用程序工作正常,但是当我在文本字段中输入 7 时,应用程序正在退出(在没有任何对话框的情况下强制关闭)。这个问题只出现在android 4.2版本,我的phonegap版本是1.7,

如果发现添加

appView.getSettings().setNavDump(true);

但我的关系没有区别

我的日志猫是

    02-27 17:45:15.796: D/webcoreglue(3554):       RenderBlock {DIV} at (0,0) size 320x0
02-27 17:45:15.796: D/webcoreglue(3554): layer at (0,0) size 320x460
02-27 17:45:15.796: D/webcoreglue(3554):   RenderBlock (positioned) {DIV} at (0,0) size 320x460
02-27 17:45:15.796: D/webcoreglue(3554): layer at (0,0) size 320x460
02-27 17:45:15.796: D/webcoreglue(3554):   RenderBlock (positioned) zI: 1 {DIV} at (0,0) size 320x460
02-27 17:45:15.796: D/webcoreglue(3554): layer at (0,0) size 320x460
02-27 17:45:15.796: D/webcoreglue(3554):   RenderBlock (positioned) zI: 2 {DIV} at (0,0) size 320x460
02-27 17:45:15.796: D/webcoreglue(3554):     RenderBlock {FORM} at (0,0) size 320x0
02-27 17:45:15.796: D/webcoreglue(3554):       RenderBlock (floating) {SECTION} at (0,0) size 320x435
02-27 17:45:15.796: D/webcoreglue(3554):         RenderBlock (floating) {DIV} at (0,85) size 320x80
02-27 17:45:15.796: D/webcoreglue(3554):           RenderText {#text} at (0,0) size 4x15
02-27 17:45:15.796: D/webcoreglue(3554):             text run at (0,0) width 4: " "
02-27 17:45:15.796: D/webcoreglue(3554):         RenderBlock (floating) {DIV} at (22,200) size 275x225
02-27 17:45:15.796: D/webcoreglue(3554):           RenderBlock {H3} at (0,0) size 275x16 [color=#A7A7A7]
02-27 17:45:15.796: D/webcoreglue(3554):             RenderText {#text} at (115,0) size 45x16
02-27 17:45:15.796: D/webcoreglue(3554):               text run at (115,0) width 45: "SIGN IN"
02-27 17:45:15.796: D/webcoreglue(3554):           RenderTextControl {INPUT} at 
02-27 17:45:15.796: A/libc(3554): Fatal signal 11 (SIGSEGV) at 0x0000000c (code=1), thread 3569 (WebViewCoreThre)
4

0 回答 0