Boscop / web-view

Rust bindings for webview, a tiny cross-platform library to render web-based GUIs for desktop applications
MIT License
1.92k stars 175 forks source link

Added two useful method "set_html" and "set_zoom_level" #235

Closed Emulator000 closed 3 years ago

Emulator000 commented 3 years ago

As I already did in the original webview project, two important method was missing from this library:

The first let you to insert directly an HTML content, the second function let you to set a custom webkit renderer zoom level programmatically.

Emulator000 commented 3 years ago

@Boscop it would awesome if you could add the hacktoberfest topic in your project as at moment is not eligible for the Hacktoberfest :)

richardhozak commented 3 years ago

Thanks for the PR, I rebased it locally due to conflicts and merged it.