-
Notifications
You must be signed in to change notification settings - Fork 62
/
readme.txt
30 lines (21 loc) · 1.27 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
2.1.0 Patch Notes:
Limitation
A bug fix where the Android webview could be invalidated was fixed in this build.
The bug fix however exposed a limitation in the Android OverloadUrlLoading method. From now on, Android will only ever be able to cancel requests that start from the webview.
If you set the Uri, then on Android OnNavigationStarted will be ignored.
1) OnNavigationCompleted will now return the string of the url back as the EventArg parameter
2) OnNavigationStarted now passes a new parameter in its delegate (OffloadOntoDevice)
If you set OffloadOntoDevice to true, then the device will try to pass the Url to another part of the device
For example: if you set this to true with a https uri, then the device will open the https page in its default browser.
Another example: The mailto scheme so that you can email someone from the webview
By default, this is false for HTTP/S schemes, and string/local file uris. It is true for any other valid scheme type.
OffloadOntoDevice Support
Android:
Uri Scheme
Mailto Scheme
iOS:
All available to the device (Using UIApplication.CanOpenUri)
UWP/MacOS
No available yet
Any questions, email me at ryandixon1993@gmail.com or PM me on the Xamarin Chat slack channel
https://xamarinchat.herokuapp.com/ (ryandixon)