I have a peculiar problem with Samsung Galaxy Tab GT-P7500 (with Android 3.1)
When I clicked on any of the editable control in my web page, soft keyboard comes and its disturbs the alignment & make the controls in the page to overlap.
Similar problem also occurs, even without keyboard, in the landscape orientation.
Is anyone have similar problem and have pointers to fix this problem
Thanks in advance
Related
I initially started making an application on a Samsung Tab 3, and recently changed to a Samsung Active tablet. Since making the change, I noticed that the numeric keyboard is detached from the bottom of the screen, and is movable. I really want the numeric keyboard to be locked to the bottom of the screen, just like the regular keyboard.
Does anyone know how to fix this?
Note: I'm running version 4.4.4
While using Chrome on a Galaxy S3, when zooming, the fixed menu doesn't disappear. On other devices such as an iPhone, the menu will hide. Since the menu won't hide, it covers half the content of the viewing area.
I was able to replicate this on http://getbootstrap.com/examples/navbar-fixed-top/.
It's not a major problem, but visually not ideal. Any one run into this?
Here is a screenshot of what is happening. http://imgur.com/7rqqo7K
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 a samsung galaxy phone where if I run my android application in landscape, and go to edit an EditText, the soft keyboard pops up, but a white background pops up where you type the text into. I believe this is default behavior for the samsung galaxy s3 because it happens in many apps, but the browser just has the soft keyboard pop up lik normal. Does anyone know how I can turn this behavior off so a white background doesn't pop up? Any help is greatly appreciated!
Add the following options to the imeOptions of the text field: flagNoFullscreen, flagNoExtractUi.
Most keyboards will respect these flags.
That's pretty much sums up the question. I have an AIR Mobile Flex App project in FlashDevelop that is using views to show content. Everything works fine, I can add a TextInput or TextArea to the stage, select it (Soft Keyboard shows up then), type some text. But when I press enter or change focus to the other element to hide the keyboard, the screen turns completely white except for the text that has been entered in the field.
Now it becomes interesting. If I rotate my tablet to force the screen to adjust, the content becomes again visible. Sometimes it doesn't even show a white screen, but rather a pitch black one that shows a blank preview when looking at the list of the running apps.
I cannot grasp the logic besides this behavior. It seems that somehow screen just doesn't want to redraw.
UPD:
AIR verison: 3.1
Tested on HYUNDAI SmartPad H-SP701G, Android 4.0.4
UPD2:
Tested on SANSUI ETAB 801VP, still getting the same effect.
The problem is in your application configuration XML.
Check your tag.
Entering value of "auto" or "cpu" should fix the problem.
<renderMode>auto</renderMode>
In my case I set direct and this was the cause of the issue. Using direct render mode caused the application to not work on HTC Evo 3D and Samsung galaxy s3. It did work on HTC Desire though.