SfRadialMenu does not work on UWP in version 18.3 or later

When attempting to use a RadialMenu in UWP I get the following unhandled exception: "Invalid URI: The format of the URI could not be determined." It works on UWP with version 18.2 and earlier, and it works on Android with all versions. Something seems to have broken on UWP between versions 18.2 and 18.3. Below is my XAML. Can we get a fix for this?

<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             xmlns:radialMenu="clr-namespace:Syncfusion.SfRadialMenu.XForms;assembly=Syncfusion.SfRadialMenu.XForms"
             x:Class="RadialMenuTest.MainPage">

    <StackLayout>
        <Frame BackgroundColor="#2196F3" Padding="24" CornerRadius="0">
            <Label Text="Welcome to Xamarin.Forms!" HorizontalTextAlignment="Center" TextColor="White" FontSize="36"/>
        </Frame>
        <radialMenu:SfRadialMenu />
    </StackLayout>

</ContentPage>


4 Replies 1 reply marked as answer

RS Ruba Shanmugam Syncfusion Team January 11, 2021 07:21 AM UTC

Hi Jonathan,

We have validated your query and prepared a sample using updated nuget (18.4.0.33) with SfRadialMenu. Please have a sample and screenshot from below.

Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/RadialMenuSample-1472516671  
Screenshot: 
  

Since we are not aware of your exact application scenario, so we request you to try our sample and can you please revert us by modifying the sample based on your application along with replication procedure. Addressing any of these things will more helpful to analyze further and provide an appropriate solution.

Please let us know, if you have any other concerns.

Regards,
Ruba Shanmugam
 


Marked as answer

RS Ruba Shanmugam Syncfusion Team January 11, 2021 07:26 AM UTC

Hi Jonathan, 
Please find screenshot image for the reported issue.  
 
  
Regards, 
Ruba Shanmugam 



JR Jonathan Ruland January 11, 2021 08:29 PM UTC

thanks, with that sample app i was able to get mine working.


RS Ruba Shanmugam Syncfusion Team January 12, 2021 06:23 AM UTC

Hi Jonathan,

Thanks for the update.

We are glad to know that the given solution is working.

Please let us know if you need any further assistance.

Regards,
Ruba Shanmugam

Loader.
Up arrow icon