Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support saveWebArchive #3271

Closed
CaryTrivett opened this issue Dec 24, 2023 · 2 comments
Closed

Support saveWebArchive #3271

CaryTrivett opened this issue Dec 24, 2023 · 2 comments
Labels
Stale Type: feature request New feature or request

Comments

@CaryTrivett
Copy link

Is your feature request related to a problem? If so, Please describe.

Sometimes you want to save the current webview as a web archive.

Describe the solutions you came up with

webview ref add new api

webviewRef.current.saveWebArchive(filename)

Add a new command

   "saveWebArchive" -> {
          val path = args.getString(0)
          webView.saveWebArchive(path)
        }

Additional context

@CaryTrivett CaryTrivett added the Type: feature request New feature or request label Dec 24, 2023
@CaryTrivett
Copy link
Author

I can submit a PR to fulfill this requirement

Copy link

Hello 👋, this issue has been opened for more than 2 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like still searching for solutions and if you found one, please open a pull request! You have 7 days until this gets closed automatically

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale Type: feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant