Hello, I'm working on building AOSP for VirtualBox. When upgrading from 4.0.1 to 4.0.3, the Browser and the WebView component don't work anymore - HTML pages are just loading and loading without anything showing up... After some hours studying the diff between the 2 versions, I realized that some code remove between 4.0.1 and 4.0.3 was responsible for this : in /frameworks/base/core/java/android/webkit/BrowserFrame.java at line 875 the call to loader.executeLoad() has been removed and the page is never loaded..
After puting back the loader.executeLoad() call in my 4.0.3 source code, everything works fine. Has anyone else seen this ? Best regards, Dan. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
