Adding cookies feature and updating the projects dependencies and .NET Version#61
Draft
v-mbelchior wants to merge 1 commit intoMicroSugarDeveloperOrg:mainfrom
Draft
Adding cookies feature and updating the projects dependencies and .NET Version#61v-mbelchior wants to merge 1 commit intoMicroSugarDeveloperOrg:mainfrom
v-mbelchior wants to merge 1 commit intoMicroSugarDeveloperOrg:mainfrom
Conversation
…LTS version - Added async functions to the IWebViewControl interface realated to cookie, Add,Get,Remove,Clear - Implemented the WebView2 cookie management - Implemented the IOS cookie management - Linux GtkWebKit's api is not complete enough to add cookie functionality - Android project is WIP
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.
Hello, i am making this pull request to update the project's dependencies and .NET version and mainly to add Cookie functionality.
This is just a draft version to discuss the changes and the signature of the interface's methods and which arguments to use or not used.
I removed the dependency of .NET 6.0 just to make it easier to debug on my side, we can discuss we if add it back to the project or not later.
I have a concern regarding the repository, which appears to be abandoned. I propose merging these changes directly into the owner’s repository rather than creating a fork. If you agree, I am willing to take on the role of maintainer for this repository temporarily. Alternatively, I can create a fork, but my preference is to actively contribute rather than merely fork the project.
Changes already made:
For reference for this feature to be completed i will need a response from the GtkSharp's team in the following issue:
One possible way to "fix" the above issue is changing Linux's webview to use Cef for example.