Gerald Versluis

Results 746 comments of Gerald Versluis

Hey @yobad thank you so much for your interesting in .NET and .NET MAUI! Sorry you hit a little snag here. If you navigate manually, either through the command-line or...

Don't think we need more info here. As pointed out, this is how that API works on iOS. If you want to add compression or something of sorts you'll have...

By replacing the whole csproj you are leaving out the [important part](https://github.com/dotnet/maui-samples/blob/main/8.0/Fundamentals/Localization/LocalizationDemo/LocalizationDemo.csproj#L75-L85) for picking up the ResX files, so that is the reason why it doesn't work I would think....

I think somehow, somewhere the formatting is producing code that doesn't build. Let's investigate what that is and if/how we can fix it.

Could you please add some code or ideally a reproduction sample because its not really clear to me what the actual issue s you might be seeing.

Hey @monschischi1927 thanks for the report and wanting to try out .NET MAUI! Unfortunately, this issue does not have enough detail to understand what is going on. Please help us...

> does maui use inline docs normally or there's some xml file that I should add? Yes please add the documentation inline and NOT the external XML files :)

> Yes, this used to work in .NET MAUI You mention this worked before and therefore is a regression. Do you know in what version it worked? Does it work...

As indicated, a reproduction would be really helpful so we don't need to copy and paste the bits from here and hope you didn't forget anything. Also maybe the PDF...

> If possible, please let me know why CustomWebView is not working whereas simple Webview is working in this situation. Thanks again. That is a bit hard to tell without...