[AC-4404] Textfield is remain hidden behind the keyboard
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2016-09-26T20:41:10.000+0000 |
Affected Version/s | Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | Alloy |
Labels | android, webView |
Reporter | Nikunj Kapupara |
Assignee | Shak Hossain |
Created | 2016-08-31T10:23:55.000+0000 |
Updated | 2016-09-26T20:41:10.000+0000 |
Description
I am opening an remote web page in webview in android. The remote webpage is include HTML + Javascript + Ajax + ADF (Application Development Framework - ORACLE).
The remote webpage has many textview, dropdown with labels etc...
The problem is when I am trying to write something in textfield, the textfield is not scrolling up automatically, it remains hidden behind the keyboard.
*Troubleshoot: *
I also have tried windowSoftInputMode = Resize, windowSoftInputMode = Adjustpan, android:Fullscreen:false in android manifest file.
And I also have tried with this all properties in Webview (Android):
cacheMode:Titanium.UI.Android.WEBVIEW_LOAD_NO_CACHE,
enableZoomControls:false,
enableJavascriptInterface:true,
ignoreSslError:true,
keepScreenOn:true,
loading:true,
pluginState:Titanium.UI.Android.WEBVIEW_PLUGINS_ON
This is working fine in iOS and Android system browser but not working in Titanium Webview in android platform.
*I am using *
Titanium SDK: 5.2.2
Appcelerator Studio : 4.5
Android Device: Samsung, Google Nexus, Motorola
Attachments
Hello, Send us a reproducible test case that we can use to regenerate the issue. Thanks.