Skip to content

Releases: phoops/nativescript-advanced-webview

Merge with upstream

27 Sep 11:16
Compare
Choose a tag to compare

Merge with upstream

Removed platform declarations from dependencies and updated to version ^5.3.0

14 May 07:55
Compare
Choose a tag to compare

Platform declarations are now added as devDependecies.
The update to 5.3.0 version improve the stability of advanced-webview in iOS.
Now crashed after about 150 seconds. The issue needs to be further investigated.
Package created with tns 5.3.2.

Merging with upstream

27 Mar 15:30
Compare
Choose a tag to compare

Merged with upstream repository.
Now directory structure is compliant with the standard for nativescript plugins.
Removed deprecated call to iOS deprecated API

3.1.0 - removed deprecated method for iOS

13 Mar 16:01
Compare
Choose a tag to compare

Updated nativescript platforms to 5.2.0.
Use of ASWebAuthenticationSession method for iOS instead of deprecated SFAuthenticationSession method.

update for iOS 11/12

09 Nov 09:10
Compare
Choose a tag to compare

Added a method for login with iOS 11 and 12, using the new object that allows to share safari datas with the application

2.0.3-phoops: The web view is returned by openAdvancedUrl method

21 May 15:42
Compare
Choose a tag to compare
Different objects are returned in Android and iOS.
Using the original object we can close the web view in iOS without
waiting that the user taps on Done button. This is especially useful if
the web view is used for OAuth authentication.