Eilon / MauiHybridWebView

MIT License
203 stars 41 forks source link

Embed HybridWebView.js so apps can reference it more easily #13

Closed Eilon closed 1 year ago

Eilon commented 1 year ago

Instead of having to add HybridWebView.js to every app, it would be nice if it was built-in and could be referenced easily.

The proposal is to embed the file and make it reachable via a tag like this:

    <script src="_hwv/HybridWebView.js"></script>

With _hwv being a prefix for known files.