tekmun
tekmun
Could it be that the object file Bridge.o is not signed with the provisional profile?
Adding this line into my .csproj causes a duplicate symbol error. Originally, there already exists a _LinkNativeExecutable after the CompileSwift. `Tool xcrun execution started with arguments: clang++ obj/Debug/net8.0-ios/ios-arm64/Bridge.o -mios-version-min=11.0 -isysroot...
OK. I will try to do it in these two days. Thanks.
Hi, I have the same issue with WSA. I have a touchscreen monitor. If I use touch to navigate, the app works well. If I use the mouse to click...
I don't recall having this issue in dotnet 7. Kindly look into this issue. Thanks.
OK. I did not encounter any crash on WAS in dotnet 7. I always thought the crash issue was of the highest priority. What is the point of having an...
Using the latest version, this issue still persists with Windows Subsystem with Android.
Line 31 should be || MacCatalyst, not && MacCatalyst. With AND operation, the conditional statement will not work on iOS and Mac. Please kindly change it! Thanks.
> Do we have any tests for this - even for iOS? Yes. Use this project. https://github.com/dotnet/maui/issues/17431 Discussion was done in https://stackoverflow.com/questions/77170252/requestcapturemediapermission-for-wkwebview-in-maui-ios/77200328
With current main repository, Line 15 on Platforms/iOS/WebViewUIDelegate.cs of this project https://github.com/tekmun/WebViewIssue.git will be called for iOS. I have not tested it on Mac though. Can someone test whether with...