Eilon Lipton

Results 486 comments of Eilon Lipton
trafficstars

--- **Issue moved from dotnet/maui#15072** - Please respond to @ghost. --- _From @ghost on Thursday, January 18, 2024 6:18:29 AM_ Hi @DennisvHest. We have added the "s/try-latest-version" label to this...

--- **Issue moved from dotnet/maui#15072** - Please respond to @Zhanglirong-Winnie. --- _From @Zhanglirong-Winnie on Thursday, January 18, 2024 6:19:41 AM_ Verified this issue with Visual Studio Enterprise 17.9.0 Preview 3....

--- **Issue moved from dotnet/maui#15072** - Please respond to @Eilon. --- _From @Eilon on Saturday, January 20, 2024 12:58:15 AM_ > I have updated the reproduction project to .NET 8....

This appears to be a bug in WinUI WebView2 specifically. I opened a MAUI-less repro bug here: https://github.com/MicrosoftEdge/WebView2Feedback/issues/4545

Hi @d-philipson , I just merged in https://github.com/Eilon/MauiHybridWebView/pull/53, which might enable what you're looking for. Can you check the mini-doc I wrote in https://github.com/Eilon/MauiHybridWebView/issues/45#issuecomment-1992293182 and see if that supports what...

This is not currently supported, as you've found out. If the hostname/URL was configurable, would that solve the problem with the payment processor? Do they just check the referer or...

Hi, that would be a good area to improve for HybridWebView. Unfortunately I'm not very familiar with how this works with TypeScript or React, so if anyone can offer suggestions...

Hi @RuddySantos / @rsantos16 - I tried placing the HybridWebView inside a ContentView and that seemed to work just fine. Do you have a complete repro project that you can...

The PR has fixes for iOS and MacCat now! But Android still calls `.Wait()`. Though no hang is currently known, it's something we need to address eventually.

@ndq2002 for the most part there shouldn't be a need to enable CORS because there are no web requests going on in typical scenarios. All the resources are static and...