Commit Graph

26 Commits

Author SHA1 Message Date
Sebastian Suchanowski
676d9b5e08
fix: add a null check in safariViewControllerDidFinish 2020-06-17 14:40:49 +02:00
Juan David Nicholls Cardona
d2035186f5 Update version to 3.4.0 2020-04-08 03:59:47 -05:00
Alexis Venner
724e76f2df Add ephemeralWebSession as an option to openAuth 2020-02-11 19:31:38 +01:00
Alexis Venner
f0c28d06ae Supports ephemeralWebBrowserSession on iOS 13
Hello, 

Actually, on iOS 12+, when you login, the cookie is kept until the app is killed. 

Since iOS 13 it's possible to make session ephemeral. 
With this option prefersEphemeralWebBrowserSession, the cookie is killed when tab browser is closed. 

Pros : 
- no need to logout manualy users (for account switch for example) 
Cons : 
- user should reconnect each time the tab is presented.

It fix https://github.com/proyecto26/react-native-inappbrowser/issues/76 , on iOS 13.

TODO : Improvement : make this parameter as an option 

Best Regards
2020-02-11 19:31:38 +01:00
Juang, Yi-Lin
ce0f8bed3e Fix 2020-01-02 03:19:03 +08:00
Juang, Yi-Lin
f76b64330d Disable swipe to dismiss gesture for modal 2020-01-02 03:04:09 +08:00
Juan David Nicholls Cardona
78ab34fcbc Fix validation defining interface for previous iOS versions 2019-11-25 17:13:34 -05:00
Juan David Nicholls Cardona
3b7fd9617a Remove build warnings with iOS 13 using Pragmas 2019-11-25 16:27:05 -05:00
SaeedZhiany
9332b910db Exclude unnecessary file and folders 2019-11-13 10:19:15 +03:30
Juan David Nicholls Cardona
1d547b5b30 Fixing issue with changes to ASWebAuthenticationSession, add support for automatic modal presentation style and add option to enable bar collapsing 2019-11-10 02:37:36 -05:00
Juan David Nicholls Cardona
587a32b39f Add workaround to dismiss SafariViewController without animation 2019-07-27 17:08:48 -05:00
Juan David Nicholls Cardona
8f417dc42c Add FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS, Code review and update example 2019-07-23 16:12:03 -05:00
Juan David Nicholls Cardona
4a0d57c73e Present the SafariViewController modally or as push instead 2019-07-21 23:59:04 -05:00
Juan David Nicholls Cardona
86f7238d8e Add animated, modalPresentationStyle and modalTransitionStyle options for iOS 2019-07-21 04:13:59 -05:00
Juan David Nicholls Cardona
9d4daa0855 Use ASWebAuthenticationSession instead of SFAuthenticationSession (Deprecated) 2019-05-16 00:39:46 -05:00
Juan David Nicholls Cardona
97aae1ada2 Update to version 2.0.2 2019-05-02 13:50:21 -05:00
Juan David Nicholls Cardona
f5d47e2fb3 Fix Implicit declaration of function 'RCTPresentedViewController' 2019-03-20 12:09:12 -05:00
Chris Weed
c3a95da85c Update the isAvailable to return a boolean 2019-03-01 13:32:28 -06:00
Kalle Haavisto
0b31afc8c2
skip TintColor options for iOS < 10 2018-12-22 20:31:22 +02:00
Juan David Nicholls Cardona
ca23be3d88
Merge pull request #10 from plamworapot/master
Update podspec for install using pod file
2018-12-18 20:59:13 -05:00
Juan David Nicholls Cardona
68e732e5bf Add animations and headers params for Android. Update documentation and version 2018-11-19 13:35:23 -05:00
plamworapot
a4a0af990d
Delete RNInAppBrowser.podspec 2018-10-10 16:01:01 +07:00
Emanuel Quimper
e66f652792
Let status bar been managed from the react-native side 2018-09-24 14:09:20 -04:00
Emanuel Quimper
fb3efac709 Add readermode property 2018-09-20 12:23:06 -04:00
Juan David Nicholls Cardona
af97246081 Fix Android and iOS configurations 2018-09-09 06:05:49 -05:00
Juan David Nicholls Cardona
0e6372aa6f First commit 2018-09-07 17:55:14 -05:00