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

SfNavigationDrawer isn't accessibility IOS & android

on IOS:
is make all page disable when enable VoiceOver
on Andriod
is select the items in back of Navigation


12 Replies

AA Amer Almadany October 23, 2019 12:18 PM UTC

I test your simple on google play and same problem 


RA Rachel A Syncfusion Team October 24, 2019 02:22 PM UTC

Hi Amer, 
  
Greetings from Syncfusion. 
  
We have prepared sample by using AutomationId for all element in the SfNavigationDrawer.Please find the code snippet below for the same. 
  
[XAML] 
<navigationdrawer:SfNavigationDrawer.ContentView> 
            <Grid x:Name="mainContentView"  
                  BackgroundColor="White"> 
                <Grid.RowDefinitions> 
                    <RowDefinition Height="auto"/> 
                    <RowDefinition/> 
                </Grid.RowDefinitions> 
                <StackLayout BackgroundColor="#1aa1d6"  
                             Orientation="Horizontal"> 
                    <Button x:Name="hamburgerButton"  
                            HeightRequest="50"  
                            AutomationProperties.IsInAccessibleTree="True" 
                            AutomationId="Double tap to open the drawer" 
                            WidthRequest="50"  
                            HorizontalOptions="Start"  
                            FontSize="20"  
                            BackgroundColor="#1aa1d6"  
                            Clicked="hamburgerButton_Clicked"/> 
                    <Label x:Name="headerLabel"  
                           HeightRequest="50"  
                           HorizontalTextAlignment="Center"  
                           VerticalTextAlignment="Center"  
                           Text="Home"  
                           FontSize="16"  
                           TextColor="White"  
                           BackgroundColor="#1aa1d6"/> 
                </StackLayout> 
                <Label Grid.Row="1"  
                       x:Name="contentLabel"  
                       VerticalOptions="Center"  
                       HorizontalOptions="Center"  
                       Text="Content View"  
                       FontSize="14"  
                       TextColor="Black"/> 
            </Grid> 
        </navigationdrawer:SfNavigationDrawer.ContentView> 
  
  
Sample Link: 
  
UG Link: 
 
Please try the attached below sample and let us know if you have any concern on this. 
 
Thanks, 
Rachel. 



AA Amer Almadany October 27, 2019 07:29 AM UTC


AutomationProperties.IsInAccessibleTree="True" 
AutomationId="Double tap to open the drawer"
AutomationProperties.HelpText="Double tap to open the drawer"

of course I use that property but the same problem
I'll record two video one for Android and another for ISO
for explain the situation

these one for Android 

https://drive.google.com/file/d/14b1IGItmcgySp_41FKY4a8DZc3jw0DWX/view

look when we select any item on Navigation it select the item behind it

that problem is also on your simple on google play and github

these one for IOS

https://drive.google.com/file/d/14fMqzSHDi-gmSgHadER_Q6j8oK2WdKi5/view

it make all page like disable


RA Rachel A Syncfusion Team October 29, 2019 12:57 PM UTC

Hi Amer, 
 
We are investigating on the reported scenarios and will update further information on 5th November 2019. 
 
Appreciate your patience until then. 
 
Thanks, 
Rachel. 



RA Rachel A Syncfusion Team November 5, 2019 01:13 PM UTC

Hi Amer, 
  
We have analyzed your requirement “Accessibility not working in SfNavigationDrawer in Xamarin.Forms iOS platform” from our side. Currently, we don’t have this support. But we have logged a feature request on this, and it can be tracked through our feedback portal below. 
  
  
This feature will be available on our weekly NuGet release on November 19, 2019. 

If you have any more specification/suggestions to the feature request, you can add it as a comment in the portal.
 
 
Thanks, 
Rachel. 



AA Amer Almadany November 11, 2019 06:32 AM UTC

Hi.....  Any update?


RA Rachel A Syncfusion Team November 11, 2019 06:40 AM UTC

Hi Amer, 
 
As we mentioned in the previous update, the accessibility issues will be resolved in the patch promised on November 19th. And, until then, we appreciate your patience greatly. 
 
Thanks, 
Rachel. 



RA Rachel A Syncfusion Team November 19, 2019 01:30 PM UTC

Hi Amer, 
 
We are faced with difficulties in fixing the issue, so we need still timeline to check the feasibility in the source and update you further information on 22nd November 2019. 
 
Appreciate your patience until then.  
 
Regards, 
Rachel. 



KG Kanimozhi Gunasekaran Syncfusion Team November 22, 2019 01:50 PM UTC

Hi Amer, 

Thanks for your patience.

We have checked the
feasibility in the source, we would like to inform you that this fix will be included in our upcoming Vol 4 main release. Which will be available by the end of December 2019.

We appreciate your patience until then. 

Regards,
Kanimozhi G.
 



RA Rachel A Syncfusion Team December 20, 2019 10:08 AM UTC

Hi Amer, 
 
Sorry for the inconvenience. 
 
We have fixed the reported problem but not included in Volume 4 main release, it will be included surely in the next weekly NuGet to published on 24th December 2019. 
 
Thanks, 
Rachel.   



AA Amer Almadany January 15, 2020 11:14 AM UTC

hi 
any update?


PK Praveen Koildasan Syncfusion Team January 17, 2020 02:11 PM UTC

Hi Amer,

Thanks for your update.

We have fixed the reported issue of "Accessibility not working in SfNavigationDrawer in Xamarin. Forms iOS platform" and it is available in our latest Nuget version 17.4.0.43. Currently, we are analyzing the issue reported in Android platform. We will provide you complete details for the above on or before January 21, 2020.

Regards,
Praveen K.


Loader.
Live Chat Icon For mobile
Up arrow icon