When I tested my site on Android phone I have noticed that I can't edit content in CKEditor, the keyboard does not appear.
I have testes on iPad, Android Tablet, all works, but not on phone. BTW, I have tested standard browser and Dolphin too, problem in both.
How can I fix this problem?
You can show the keyboard by keeping the menu button pressed for a little longer.
Related
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
I try to run an embedded web in Android, but it crashes when using Android 4.3 (Nexus 4). I run the app and the first webview appears correctly, but when I touch the textbox and the keyboard appears, the view gets frozen just on the top part of the keyboard (where the text predictor is located in case it's active).
This problem only appeared when using 4.3, not with the previous versions.
I've been trying to fix the bug as it says in this issue, but the solutions they give don't resolve my case: https://code.google.com/p/android/issues/detail?id=42518&q=webview&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars
I would love if somebody have been through this problem, because we don't know what to do to fix it...
After more than one year without trying the app, it is working now. The device now is running Android Lollipop, so I guess that probably the WebView has some improvement that avoids the bug.
We have created a mobile view page on my website which show a text-area towards the bottom of page. In most of the mobile-devices/browser, the page work fines and the text-area is slides up when keyboards comes up.
But, in HTC One V (Android 4.0.3) default browser the text-area does not shift up and hence is hidden behind the keyboard, so user can't see what he is typing. Though on same device using chrome it is working fine.
Please note that this works correctly in default browser in android 4.1.2 (Galaxy S3)
Any help to solve this issue would be appreciated.
EDIT:
This is mobile view for a website not an android app.
You have to specify the android:windowSoftInputMode="adjustResize" in your Activity
You should addandroid:windowSoftInputMode="adjustResize" in Manifest file which will resize the window or adjust the window accordingly.
For xml solution: Visit my this answer
I have created one application using webview. In Webview i have loaded one mvc page. that has two text boxes for getting username and password. While focusing textbox, textbox and keypad is blinking more on the Device Samsung Ace GT S5830. It is working good in IPAD, IPOD, IPHONE and WINDOWS PHONE. Please anyone tell me how to stop this blinking?
Hi this is the issue with Android. We have workaround for solving this by setting the below in the AndroidManifest file.
android:windowSoftInputMode="adjustPan"
Now the keyboard blinking issue is resolved.
I'm very new to Java and the Android SDK but I'm almost done with porting one of my iOS apps over to Android. I'm targeting Android 2.2 (minSdkVersion=8) and higher and recently bought a cheapo LG Optimus S with 2.2.1 for $75 to test with. On the AVDs I've set up (2.2 & 2.3.3) and my test device (2.2.1), everything is working as expected: user data input, graphing user results, sharing on facebook and twitter, and uploading data to a mysql database via php. My problem arises when I test my app on AVDs 3.1, 3.2, and 4.0. Simply put, the Soft Keyboard does not pop up at all when I select an EditText box with any of these versions through the AVD. This behavior didn't occur in 2.2, 2.2.1, or 2.3.3.
I've created and deleted at least a dozen AVDs and have set Keyboard support = no, Keyboard lid support = no, and any other related input type to no and the Soft Keyboard still doesn't pop up when I click on an EditText box. After tinkering with 3.2 through the AVD, I was able to set up the Soft Keyboard and use it with my app, so that's no longer a concern. However, I still can't get it to pop up with 4.0. Should I even worry about this? After all, it's just an AVD and not the real thing. Will an actual Android 4.0 device without any type of physical keyboard know when to pop up a Soft Keyboard or do I need to add some keyboard show/hide methods for it (and maybe 3.1/3.2)? I can't buy a cheapo Android 4.0 device yet..
Thanks,
j
As long as you aren't doing anything weird, tapping on an EditView should pop up a keyboard on any device that doesn't have a hardware keyboard so it should work fine on a 4.0 device.
I'd still try to get the AVD working correctly. Pop-up keyboards work fine on my 4.0 AVDs.