我已在我的应用程序中添加了一个文本输入字段。当触摸输入字段时,它应该显示一个虚拟键盘。它实际上在模拟器中运行良好,但触摸输入字段会崩溃并重新启动物理手机。 (多普达 F3188,与 HTC Smart 基本相同。)
它看起来非常相似讨论的虚拟输入问题这里以及另一个讨论,其中 示例应用程序在 HTC Smart 上崩溃。
I have added a text input field to my application. It is supposed to show a virtual keyboard when an input field is touched. It actually works fine in the simulator, but touching the input field crashes and reboots the physical handset. (A Dopod F3188, basically the same as HTC Smart.)
It looks conspicuously similar to the virtual input problems discussed here as well as another discussion, where the sample application crashes on the HTC Smart.
发布评论
评论(1)
这是 HTC Smart 某些版本固件的已知问题。要么升级手机上的固件,要么不调用 IWidget_EnableVirtualInput(),这会导致手机崩溃。该解决方案已添加到 Brew MP 论坛主题。
This is a known problem with some versions of the firmware for the HTC Smart. Either upgrade the firmware on the phone, or do not call IWidget_EnableVirtualInput(), which is what crashes the phone. The solution has been added to the Brew MP forum threads.