-
Notifications
You must be signed in to change notification settings - Fork 986
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(plugins): Better define plugin behaviour protocols (#1514)
* feat(plugins): Add plugin support for auth challenge responses Closes GH-1212. Co-Authored-By: Christopher J. Brody <[email protected]> * refactor(plugins): Add CDVPluginNavigationHandler protocol This also adds a dictionary parameter containing the other navigation action details so that plugins can make choices based on frames. Closes GH-1272. Closes GH-1333. Co-Authored-By: Michael Tamburro <[email protected]> * fix(scrollview): Add nullable attribute to scrollView property --------- Co-authored-by: Christopher J. Brody <[email protected]> Co-authored-by: Michael Tamburro <[email protected]>
- Loading branch information
1 parent
d2db6e6
commit 82c1767
Showing
7 changed files
with
151 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters