HI there, I'm evaluating if I can use the CrossWalk Embeddable Webview in my existing Android Application. I'd like to replace the Android WebView.
That said, based on the APIs listed I can't seem to find a way for me to inject additional HTTP Headers. You can do this with the default Android WebView using loadUrl() <http://developer.android.com/reference/android/webkit/WebView.html#loadUrl(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)>. Also, the latest WebView API allows us to inject headers on resource requests (i.e. AJAX requests) using shouldInterceptRequest() <http://developer.android.com/reference/android/webkit/WebViewClient.html#shouldInterceptRequest(android.webkit.WebView, android.webkit.WebResourceRequest)> - can we do this with XWalkView? Thanks. -- Ashok Raju
_______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
