Open egvijayanand opened 1 month ago
Pack HybridWebView associated JS script as an embedded resource quite like BlazorWebView JS script.
HybridWebView
BlazorWebView
And standardize the name of the script file.
Same approach followed for the BlazorWebView JS.
This simplifies the distribution of script updates by just referencing them in the HTML page and updating the NuGet packages.
@Eilon thoughts?
Yeah definitely something we want to do. The experimental version had it, but it's out of scope for right now.
Description
Pack
HybridWebView
associated JS script as an embedded resource quite likeBlazorWebView
JS script.And standardize the name of the script file.
Public API Changes
Same approach followed for the BlazorWebView JS.
Intended Use-Case
This simplifies the distribution of script updates by just referencing them in the HTML page and updating the NuGet packages.