dotnet / MobileBlazorBindings

Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
MIT License
1.21k stars 172 forks source link

How to change WebView EBWebView folder path? #451

Closed vhj1995 closed 2 years ago

vhj1995 commented 2 years ago

I am having trouble after I install my WPF app in Program Files folder. It seems App cannot write into EBWebView folder.

Is there any way to change EBWebView folder path?

@Eilon

Eilon commented 2 years ago

Hi @vhj1995 , I think you can set that using this API:

https://github.com/dotnet/MobileBlazorBindings/pull/246/files#diff-9496597634ed671c724880e7b37d3e9e7f843bfdf29bbd8984d607d630e6b1abR26

vhj1995 commented 2 years ago

Thanks.