App crashes when closing Keyboard on Android Delphi Xe7

混江龙づ霸主 提交于 2019-12-11 07:39:34

问题


Create a new project. Drop two TEdits on a form. Deploy to Android device. Start up App. Tap a TEdit to bring up the keyboard, hit the hardware back button on your phone... Crash... Is this something specific to me? or can other people confirm this? Is there something wrong that I am doing? I've tried setting the Key:=0 on the keydown event of the form and the TEdits but that didn't work - app still crashes.

Delphi XE7 update 1 installed.


回答1:


Create a new project and add your classes to it. Problem is somewhere in the .dproj file



来源:https://stackoverflow.com/questions/27306329/app-crashes-when-closing-keyboard-on-android-delphi-xe7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!