Details
-
Type:
Bug
-
Status: Closed
-
Priority:
None
-
Resolution: Invalid
-
Affects Version/s: Release 7.0.0, Release 7.0.1
-
Fix Version/s: None
-
Component/s: Android
-
Labels:
-
Story Points:3
-
Sprint:2018 Sprint 03 SDK
Description
I am coming across an issue with webview for android. I have explained it in this screencast (video/audio).
https://screencast-o-matic.com/watch/cblZFY29zJ
Steps:
1. Create an example apps with fullscreen window.
2. Add a webview with the following URL : https://wallet.gbsinfosolutions.com/index.php/mobile-topup'
3. Click on cardholder name text field in webview.
4. Webview stopped scroll
Note: This issue only for Android with fullscreen window.
Test Code :
var webview = Titanium.UI.createWebView({
|
url : 'https://wallet.gbsinfosolutions.com/index.php/mobile-topup'
|
});
|
var window = Titanium.UI.createWindow({
|
fullscreen:true
|
});
|
window.add(webview);
|
window.open({
|
modal : true
|
});
|
<android xmlns:android="http://schemas.android.com/apk/res/android"> |
<manifest> |
<application android:theme="@style/Theme.AppCompat.Translucent.NoTitleBar.Fullscreen"/> |
</manifest> |
</android> |
Attachments
Issue Links
- links to