Virtual Keyboard Closing Automatically - android

Hi I am writing a cordova app using AngularJS. If I include JQuery in the app, I get the 300 ms input delay. But if I don't include JQuery in the app when I tap on an input or a text field, the virtual keyboard doesn't pop up(I think it shows itself for a brief second then dismisses itself). This is happening on both iOS and Android.
I am using ngTouch and the Angular Bootstrap, but either of those don't appear to be the issue.
Thanks, Krtko

Related

How to prevent Android Softkeyboard in Capacitor App?

I am working on a Capacitor app, which will be the only app usable on a device (kiosk mode). The device has a hardware barcode scanner and the web page will have a custom "keyboard" (just some div's) to display only the keys the customer needs.
But every time I tap on an input field, the soft keyboard pops up. I already tried with the "keyboardWillShow" event and to hide it immediately, but it just looks ugly. The keyboard appears for some 100ms, then disappears.
Is there a way to prevent the keyboard in a capacitor app from opening? I do not want to remove the keyboard completely from the android system, because that would prevent the customer for example entering WIFI configuration etc.
Oh how simple is that:
<input inputmode="none" ... />

Android keyboard immediately disappears in bootstrap or fabricjs input

I've made a web app that uses a Fabric JS canvas with an IText on it (so you can type text in it), and a Bootstrap JS ordinary textarea.
Activating either to start typing (so cursor appears) causes the Android keyboard to pop up and then immediately slide down again, thus making typing impossible.
This is on an Android 4.1.1 tablet, using latest versions of FabicJS, Bootstrap, Opera, Chrome, and the native Android browser. Behaviour is slightly different on native browser - keyboard stays up but switches to all caps mode, and then activates the browser address bar!
Anyone got any ideas please?
Many thanks.

Android keyboard immediately disappears when typing into FabricJS IText

On Chrome or Opera on Android if I try and type into an IText (by tapping on it to activate editing mode and the cursor as normal) which I've added on my canvas, the system keyboard appears as expected but after about half a second disappears again, so typing isn't possible.
On the native Android browser, the keyboard appears, then switches to uppercase, then the browser address bar becomes active. If you then tap again in the IText the system keyboard switches back to lower case and you can type in the IText normally.
I'm using latest FabricJS on Android 4.1.1 on a generic tablet. My website also uses JQuery and Bootstrap.
Anyone seen this before? Any idea how to solve!? I've run out ideas...
Thanks

Phone number textbox auto focus to next text box after entering in first textbox in android app

How text box automatically move (auto focus) to next control when limit is reached in android app.
basically i have hybrid application (developed in ASP.net). which renders on android app.
it's works in browser but doesn't work in mobile app.
Can any body can provide solution to this.

PhoneGap in Android: Inputs do not move with soft keyboard

I am helping to style a Banking mobile app, and the company is using PhoneGap to build across all platforms. I am using a Nexus 4 (android) to test the app, and have noticed that when input fields are tapped, the screen does not scroll up with the soft keyboard - many input fields get lost behind the keyboard.
I can NOT have the addressbar at the top of the screen show, so the one fix I found that said to change the xml file fullscreen preference won't work.
How can this be fixed? I have not been able to test on other devices yet.
The plugin suggested in the comments worked.

Categories

Resources