Github user misakuo commented on a diff in the pull request:
https://github.com/apache/incubator-weex/pull/1058#discussion_r173385655
--- Diff: android/sdk/src/main/java/com/taobao/weex/ui/view/WXWebView.java
---
@@ -230,7 +295,79 @@ public void onReceivedTitle(WebView view, String
title) {
}
}
+ @Override
--- End diff --
Can we use `addJavascriptInterface` or `console.log` as the communication
channel? `window.prompt` has some known memory performance issues in the case
of high frequency call
---