headintheclouds21

Results 8 comments of headintheclouds21

Has anyone been able to get this working again? I've added the get-task-allow entitlement and followed instructions at https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/webview?view=net-maui-7.0&pivots=devices-maccatalyst with no luck. I'm using macOS 12.6.3 with xcode 14.2. This...

> With this Hanlder it works: > > ``` > Microsoft.Maui.Handlers.WindowHandler.Mapper.AppendToMapping(nameof(IWindow), > (handler, view) => > { > #if MACCATALYST > var size = new CoreGraphics.CGSize(600, 400); > handler.PlatformView.WindowScene.SizeRestrictions.MinimumSize =...

Does anyone know if this has been fixed?

@pkozak2 @lucasbrahm Im also having issues getting Linphone to work in NET MAUI. Im currently receiving a 'System.DllNotFoundException: linphone' error when trying to create the core. I've downloaded the nuget...

@lucasbrahm Thanks for replying. That's helpful to know. I've cloned the NET MAUI project from @pkozak2 that looked good to you, Lucas. I'm still receiving that 'System.DllNotFoundException: linphone' error when...

@pkozak2 That would be awesome. I'd really appreciate it. I posted my repo here: https://github.com/headintheclouds21/Linphone-Maui I've been trying to mimic your repo to get linphone working in maui. How does...

@pkozak2 yeah i was trying to get your code running on my machine and I keep receiving a **System.DllNotFoundException:** 'linphone' when trying to start the linphonemanager. I'm trying to use...

@pkozak2 Clearing the nuget cache fixed my issue. Thanks for the helpful tip. Do you know if the Linphone SDK is compatible with iOS or will it only work with...