apache / cordova

Apache Cordova
https://cordova.apache.org/
624 stars 64 forks source link

Soft keyboard disappearing in Android app #499

Closed PedroRF123154 closed 1 month ago

PedroRF123154 commented 1 month ago

Bug Report

Problem

Soft keyboard disappearing in Android app

I have this problem with many users, I found a page about this and I tried several published functions but the problem persists.

https://stackoverflow.com/questions/38296574/disappearing-soft-keyboard-in-android-app

What is expected to happen?

Any solution for this?

What does actually happen?

Soft keyboard disappearing in Android app

Information

Command or Code

Environment, Platform, Device

https://stackoverflow.com/questions/38296574/disappearing-soft-keyboard-in-android-app w6X1l

What are relevant versions you are using? Platform Android Cordova Android 13.0.0 "org.apache.cordova.batterystatus.BatteryListene org.apache.cordova.camera.CameraLauncher org.apache.cordova.device.Device org.apache.cordova.dialogs.Notification org.apache.cordova.file.FileUtils org.apache.cordova.geolocation.Geolocation org.apache.cordova.inappbrowser.InAppBrowser org.apache.cordova.networkinformation.NetworkManager org.apache.cordova.media.AudioHandler cordova.plugins.screenorientation.CDVOrientation org.apache.cordova.statusbar.StatusBar com.adobe.phonegap.push.PushPlugin by.chemerisuk.cordova.AppReviewPlugin com.butterflyeffect.plugins.GPSDetectionPlugin uk.co.whiteoctober.cordova.AppVersion "com.plugin.datepicker.DatePickerPlugin org.apache.cordova.filetransfer.FileTransfer nl.xservices.plugins.Insomnia net.justin_credible.cordova.SpinnerPlugin io.sqlc.SQLitePlugin com.phonegap.plugins.barcodescanner.BarcodeScanner nl.codeyellow.plugin.SignaturePlugin com.phonegap.plugin.mobileaccessibility.MobileAccessibility

Checklist

breautek commented 1 month ago

This doesn't seem like a bug with Cordova. It looks like you have something that is blurring your inputs, perhaps on window resize causing your inputs to defocus, which will cause the keyboard to be dismissed.

breautek commented 1 month ago

I'm closing this issue because it seems unlikely that this is framework issue. A better place to for support questions is on the GitHub Discussions page. I see that you've already opened a discussion at https://github.com/apache/cordova/discussions/498 so if you're still experiencing the issue, then the discussion can be reopened.

If the discussion finds more details surrounding the problem that shows it is a problem within Cordova framework then we can open an issue accordingly with the new details found.

PedroRF123154 commented 1 month ago

Thanks