Dallas Fraser
Dallas Fraser
I am in a similar boat where I am using a webview around an existing angular app and need to have way for angular code call C# in .Net Maui....
@fairking @Eilon can you provide more support for cases where BlazorWebView is not an option and need to use WebView due to files being served by a web server?
> BlazorWebView @Eilon How does BlazorWebView support remote files? It seems like using HostPage is not working for me.
The only thing I am not sure about is https://docs.flutter.dev/deployment/flavors#plugin-configurations This documentation talks about making changes to podfile. However, it is not clear at all how to make this change...
I was able to resolve the issue with this: https://stackoverflow.com/a/73572386 If anyone can document these changes in flavor documentation and explain the issue that would be appreciated. Should generated be...
> Thanks for the report @fras2560 > > > I was able to resolve the issue with this: > > https://stackoverflow.com/a/73572386 > > This link says to `I was able...
@jmagman """ As the docs say: """ As what docs say?
@jmagman Can you explain this part of the docs? In particular if there is multiple flavors? https://docs.flutter.dev/deployment/flavors#plugin-configurations
@PTAHume are you saying if I am using a webview in a dotnet maui project I can call ``` DotNet.invokeMethodAsync('MyMauiApp', 'CallMeFromJs', 'SomeString') ```
For Windows if you are using the Wix-Maker you can do the following: ``` interface ExtendedMakerWixConfig extends MakerWixConfig { // see https://github.com/electron/forge/issues/3673 // this is an undocumented property of electron-wix-msi...