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
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #32184 | Fri Nov 16 15:15:03 MST 2012 | steve.maryka | mobi-536: HW acceleration now done at application level. Also includes missing checking for Contacts |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/android/container/AndroidManifest.xml
MODIFY /icemobile/trunk/icemobile/client/android/container/res/xml/preferences.xml MODIFY /icemobile/trunk/icemobile/client/android/container/project.properties MODIFY /icemobile/trunk/icemobile/client/android/integration/contacts/src/org/icemobile/client/android/ContactListInterface.java MODIFY /icemobile/trunk/icemobile/client/android/container/src/org/icemobile/client/android/ICEmobileContainer.java |
Migration
created issue -
Migration
made changes -
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | Steve Maryka [ steve.maryka ] |
Migration
made changes -
Fix Version/s | 1.2 Beta [ 10344 ] |
Migration
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
rev 32184: HWA set at application level in Android Manifest. HWA Preference removed.