我遇到了以下问题,我的apk是由ionic 3制造的,当它已经被编译时,主屏幕会这样显示。
一切都很好,但是当我激活taclado进行书写时。
然后我回到主屏幕
您可能会注意到,屏幕丢失了,因此被切断了。我不知道为什么会发生这种情况,对我有什么帮助,谢谢。
答案 0 :(得分:1)
Open the manifest.xml from the platform/android folder and in the main activity tag replace the android:windowSoftInputMode="adjustResize" attribute with android:windowSoftInputMode="adjustPan"
also try adding below in config.xml
<preference name="KeyboardDisplayRequiresUserAction" value="false" />