Details
-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.1 Final
-
Fix Version/s: 1.2 Beta
-
Component/s: Containers
-
Labels:None
-
Environment:Android Container
Description
Newer versions of Android webView exhibit a window scrolling issue that HW acceleration seems to fix. The existing container HW acceleration is done programatically at the view level, and has a number of negative side effects related to page rendering in the webView. Turning on HWA at the activity level seems to work much better will fewer side effects. It fixes the scrolling bug, and a variety of other issues. Application HWA should be enabled, and the preference and associated logic removed from the container.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
rev 32184: HWA set at application level in Android Manifest. HWA Preference removed.