You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/03/17 16:40:15 UTC

[GitHub] [cordova-plugin-inappbrowser] laurentperez commented on a change in pull request #363: feat(android,ios): add request headers support

laurentperez commented on a change in pull request #363:
URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/363#discussion_r596196198



##########
File path: src/android/InAppBrowser.java
##########
@@ -271,7 +272,7 @@ public void run() {
                     } else {
                         ((InAppBrowserClient)inAppWebView.getWebViewClient()).waitForBeforeload = false;
                     }
-                    inAppWebView.loadUrl(url);
+                    inAppWebView.loadUrl(url, null);

Review comment:
       I guess this was to explicitely mark headers were null for easier code navigation




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org