replace webview hashmap with static class
Hashmaps used to pass parameters between WebView.java and WebViewCore.java are fragile and sometimes require boxing. Replace them with static classes that are typesafe and use less code.
Loading
Please register or sign in to comment