Eilon Lipton

Results 486 comments of Eilon Lipton
trafficstars

So I think that probably the JS code has to do the await and then send some kind of message back to C#, and then C# can process the result.

Thank you @rbrundritt ! I've been inspired by your code suggestions and I think I have something working that will be part of my PR https://github.com/dotnet/maui/pull/23769 for the official HybridWebView...

Alright I pushed a major update to https://github.com/dotnet/maui/pull/23769 , in particular this last commit: https://github.com/dotnet/maui/pull/23769/commits/02eb87638a60dd0da24b88dc0121146d6831c515 I still have cleanup to do, but I've tested it on Windows and Android quite...

Hi @orosbogdan , in theory it should definitely be possible to host a Blazor WASM app in HybridWebView because it doesn't particularly 'care' what code it's hosting. You might be...

> @Eilon Can you consider inviting other developers help maintain this repo that have contributed already? It seems like you're not giving this repo enough attention. I've been working on...

Hi @GorillaSpring , can you share more info on what you're trying to do? The `Raw` folder is part of the app itself, and ends up in the app's package...

From @Eilon : # Getting Started with HybridWebView To build a .NET MAUI app with HybridWebView you need a few pieces: 1. The web content of the app, which consists...

@nine-2-five the preview doc listed above is out-of-date now. Check that you have the latest `HybridWebView.js` content for .NET 9 RC1 per this comment: https://github.com/dotnet/maui/issues/24705#issuecomment-2344152161 We'll make sure the docs...

Hmm I'll have to take a look. Pretty sure I used the Safari Dev Tools the other day while debugging HybridWebView. I'll try again.

OK I *do* see the Safari Dev Tools showing up, but they're empty. So it knows it's enabled, but it doesn't show any of the contents of the web view...