Skip to content

Releases: SKLn-Rad/Xam.Plugin.Webview

FormsWebView 2.1.3

17 Nov 14:03
Compare
Choose a tag to compare

Expand the amount of URIs which can be overridden in Android by using ShouldInterceptRequest over ShouldInterceptUriLoading.

FormsWebView 1.7.0

31 Aug 14:34
Compare
Choose a tag to compare

New Features

  • Support for iOS 11.0 Beta
  • Support for request headers

Request Headers

var fwv = new FormsWebView();
fwv.RequestHeaders.Add("Key", "Value");