chore: changes from latest master#2
Open
nirmal0707 wants to merge 438 commits into
Open
Conversation
… removed unused PlatformPrintJobControllerCreationParams.onComplete param
…erties to InAppWebViewSettings, updated ajax and fetch webview events code docs
…ace: Added useOnShowFileChooser property to InAppWebViewSettings
…Updated onCreateWindow WebView event , Implemented onCloseWindow, onCallJsHandler WebView events , Implemented addJavaScriptHandler, removeJavaScriptHandler, hasJavaScriptHandler, addUserScript, addUserScripts, removeUserScript, removeUserScriptsByGroupName, removeUserScripts, hasUserScript InAppWebViewController methods , Implemented setJavaScriptBridgeName, getJavaScriptBridgeName, getDefaultUserAgent InAppWebViewController static methods , Implemented javaScriptHandlersOriginAllowList, javaScriptBridgeEnabled, javaScriptBridgeOriginAllowList, hasJavaScriptHandler, addUserScript, addUserScripts, removeUserScript InAppWebViewSettings event
… dependency from ^1.2.0 to ^1.3.0, Added isClassSupported, isPropertySupported, isMethodSupported static methods for all main classes, such as PlatformInAppWebViewController, InAppWebViewSettings, PlatformInAppBrowser, etc., in order to check if a class, property, or method is supported by the platform at runtime, Added isSupported method to all custom enum classes, Update code documentation, plugin: Mapped isClassSupported, isPropertySupported, isMethodSupported platform interface static methods to the corresponding plugin classes such as InAppWebViewController, InAppWebView, InAppBrowser, etc., in order to check if a class, property, or method is supported by the platform at runtime, Updated code generator
…iBrowserSettings classes
…op, updated android native dependencies
…_generator and exchangeable_object_generator for correct multi platform enum values
…appwebview into v6.2.0-beta.3
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Pulls the latest changes from master (head repo)