Re: [D] Disappearing soft keyboard in Android app [cordova]

2024-09-30 Thread via GitHub
GitHub user PedroRF123154 edited a discussion: Disappearing soft keyboard in Android app 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. ![w6X1l](https://github.com/user

Re: [D] Disappearing soft keyboard in Android app [cordova]

2024-09-30 Thread via GitHub
GitHub user PedroRF123154 reopened a discussion: Disappearing soft keyboard in Android app 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. ![w6X1l](https://github.com/us

Re: [D] Disappearing soft keyboard in Android app [cordova]

2024-09-30 Thread via GitHub
GitHub user breautek added a comment to the discussion: Disappearing soft keyboard in Android app With the information available I can't really say for certain what the issue is but I can share knowledge that can potentially help pinpoint the root issue. Based on the animated gif, it definite

Re: [D] Disappearing soft keyboard in Android app [cordova]

2024-09-30 Thread via GitHub
GitHub user PedroRF123154 closed a discussion: Disappearing soft keyboard in Android app 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/questi

Re: [D] Disappearing soft keyboard in Android app [cordova]

2024-09-30 Thread via GitHub
GitHub user PedroRF123154 deleted a comment on the discussion: Disappearing soft keyboard in Android app With adjustPan the problem persists. The only thing I think it could be is the phonegap-plugin-mobile-accessibility plugin. window.MobileAccessibility.usePreferredTextZoom(false); I'll tr

Re: [D] Disappearing soft keyboard in Android app [cordova]

2024-09-30 Thread via GitHub
GitHub user PedroRF123154 added a comment to the discussion: Disappearing soft keyboard in Android app With adjustPan the problem persists. The only thing I think it could be is the phonegap-plugin-mobile-accessibility plugin. window.MobileAccessibility.usePreferredTextZoom(false); I'll try

Re: [D] Disappearing soft keyboard in Android app [cordova]

2024-09-30 Thread via GitHub
GitHub user PedroRF123154 added a comment to the discussion: Disappearing soft keyboard in Android app With adjustPan the problem persists. The only thing I think it could be is the phonegap-plugin-mobile-accessibility plugin. window.MobileAccessibility.usePreferredTextZoom(false); I'll try