We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

The SfRadialMenu does not open when starting ios app with the last version nuget

1. The SfRadialMenu does not open when starting ios app with the last version nuget. . On android it works correctly. Attached example whereis possible to replicate the error.

2. The events CenterButtonBackTapped and Navigating in ios are not working. the back button event does not fire

Attachment: RadialMenuCustomFont_68bd51b9.zip

6 Replies

RB Rabhia Beham Kathar Mideenar Syncfusion Team January 17, 2020 11:19 AM UTC

Hi Jaime,

Greetings from Syncfusion.

We have checked the reported issue "CenterButtonBackTapped and IsOpen API not working as expected" in iOS platform and we are able to reproduce the same. Please have the feedback link for the same,

Feedback link: https://www.syncfusion.com/feedback/11328/centerbuttonbacktapped-and-isopen-is-not-working-as-expected

We will provide the patch for the same on or before Jan 24, 2019.

And the Navigating Event works as expected in iOS platform. Please have the sample for the same. 

Sample Link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/RadialMenuCustomFont-2046147655

Please check with the sample and let us know if you have any concerns.

Regards,
Rabhia Beham K.


JG Jaime Garzon January 17, 2020 02:06 PM UTC

Hi,

The Navigating Event does not works as expected in iOS platform, because when i press the back button on android the Navigating event fired, but on ios not fired.

Regards.


HM Hemalatha Marikumar Syncfusion Team January 20, 2020 12:57 PM UTC

Hi Jaime,

Thanks for your update. 
 
We would like to let you know that there is no sub menu items are added in your provided sample for navigating purpose. We have added sub menu items and checked the navigation event its working as expected in iOS. We have recorded video for that please find the sample from below 
 
 
XAML: 
  <radialMenu:SfRadialMenu x:Name="radialMenu" CenterButtonRadius="30" CenterButtonTextColor="Blue" CenterButtonText="&#0041;" CenterButtonFontFamily="OtfFont.ttf" RimColor="Transparent" RimRadius="100" CenterButtonBackgroundColor="Transparent" CenterButtonBorderColor="Transparent" CenterButtonBorderThickness="3" IsOpen="true" EnableCenterButtonAnimation="False" Navigating="SfRadialMenu_Navigating"> 
             <radialMenu:SfRadialMenu.Items> 
                <radialMenu:SfRadialMenuItem 
                             FontIconText="&#0043;" 
                             IconFontFamily="{StaticResource fontfamilyOriginal}" 
                             BackgroundColor="Blue"/> 
                <radialMenu:SfRadialMenuItem   
                             FontIconText ="&#0042;" 
                             IconFontFamily="OtfFont.ttf" 
                             BackgroundColor="Blue"> 
                </radialMenu:SfRadialMenuItem> 
                <radialMenu:SfRadialMenuItem   
                             FontIconText ="&#0045;" 
                             IconFontFamily="OtfFont.ttf" 
                             BackgroundColor="Blue"> 
                </radialMenu:SfRadialMenuItem> 
                 <radialMenu:SfRadialMenuItem   
                             FontIconText ="&#0041;" 
                             IconFontFamily="OtfFont.ttf" 
                             BackgroundColor="Blue"> 
                      <radialMenu:SfRadialMenuItem.Items> 
                    <radialMenu:SfRadialMenuItem Text="Font" 
                                                 FontSize="12" 
                                                 ItemWidth="50"/> 
                    <radialMenu:SfRadialMenuItem Text="Gradient" 
                                                 FontSize="12" 
                                                 ItemWidth="50"/> 
                    <radialMenu:SfRadialMenuItem Text="Highlight" 
                                                 FontSize="12" 
                                                 ItemWidth="50"/> 
                </radialMenu:SfRadialMenuItem.Items> 
                </radialMenu:SfRadialMenuItem> 
                <radialMenu:SfRadialMenuItem 
                             FontIconText="&#0047;" 
                             IconFontFamily="{StaticResource fontfamilyOriginal}" 
                             BackgroundColor="Blue"> 
                </radialMenu:SfRadialMenuItem> 
            </radialMenu:SfRadialMenu.Items> 
        </radialMenu:SfRadialMenu> 
  
C#: 
private void SfRadialMenu_Navigating(object sender, NavigatingEventArgs e) 
        { 
            DisplayAlert("Alert""ItemNavigating""Ok"); 
        } 
  
Sample link: 
 
Regards, 
Hemalatha M. 



JG Jaime Garzon January 22, 2020 02:39 PM UTC

In the IOS video it is clear that the navigation event cannot be performed when the back button is pressed. This is an inconsistency because this event is launched on Android but not on IOS. 

Do not confuse the navigation of the items with the navigation of the back button. I mean the navigation of the back button.

Regards.


HM Hemalatha Marikumar Syncfusion Team January 23, 2020 09:49 AM UTC

Hi Jaime,

Thanks for your detailed explanation about the issue. 
 
As we already informed [1/17/2020, 6:19 AM], we could able to reproduce the reported issue of “Event CenterButtonBackTapped and IsOpen API not working as expected” and tomorrow [January 24,2020] we will be providing patch for it. 
Regards,
Hemalatha M.
 



SP Sakthivel Palaniyappan Syncfusion Team January 26, 2020 01:15 PM UTC

Hi Jaime,

Sorry for the inconvenience caused.

Because of some technical hurdles we could not provide patch for this reported issue on promised date. The fix will be included in our upcoming release of Volume 4 Service Pack 1 which is scheduled to be rolled out by the end of January 2020.

Regards,
Sakthivel P.
 
 
  


Loader.
Live Chat Icon For mobile
Up arrow icon