GitHub user sanketmehta7 opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/115
Support for passing request headers for android Support for passing request headers only for android. User need to pass comma separated headers, with their key, values separated by : Eg: cordova.InAppBrowser.open("http://apache.org", "_self", 'location=no','custom-h1:asd,h1:xyz'); You can merge this pull request into a Git repository by running: $ git pull https://github.com/sanketmehta7/cordova-plugin-inappbrowser master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-inappbrowser/pull/115.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #115 ---- commit dd5db24672e53fea4a97de25f9db03fd46c88922 Author: Sanket Mehta <sanket.meh...@gmail.com> Date: 2015-09-20T07:55:03Z added support for extraHeaders in android native java. commit b48f7903191fc82d172f8b606a2ad9ce0466b931 Author: Sanket Mehta <sanket.meh...@gmail.com> Date: 2015-09-20T07:56:39Z added support for strWindowHeaders in js module commit 10c455a8b914bed7c6e4fe0481dbf4921e9c1e54 Author: Sanket Mehta <sanket.meh...@gmail.com> Date: 2015-09-20T07:59:13Z added Map utlity ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org