After Updating project Xamarin Forms 4.1 Accessiblity for the view those are hidden initially and visible later are not accessible.
Voice over should work for hidden view when they are visible.
Voice over not working for hidden view when they are visible.
I attach the sample.
Test6929.zip
This works fine for me on iOS . Steps i used
Read label, slide next , Reads button, tab button, slide back reads label, slide back reads invisible label.
Please change the sample to show your issue. Thanks
Accesibility tags are not being read within the WebViews. something happened with Xamarin forms new version that doesn't let voice over identify the content.I reported and no answer.
To test add this line to any xaml
WebView Source="https://twitter.com" AutomationProperties.IsInAccessibleTree="true" AutomationProperties.HelpText="Tap to toggle the activity indicator" HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand"
@Harwinder0501 Can you please check the sample attached to https://github.com/xamarin/Xamarin.Forms/issues/6929#issuecomment-513216437 and alter it such that it demonstrates the issue? Thanks!
@pamela032709 We see your issue logged as #6894. It's possibly the same root cause. Thanks!
Thank you for the info. I tried that but the webviews still not been read by voice over. when do you think this fix will be ready?
Sent from my iPhone
On Jul 29, 2019, at 7:25 PM, Samantha Houts notifications@github.com wrote:
@Harwinder0501 Can you please check the sample attached to #6929 (comment) and alter it such that it demonstrates the issue? Thanks!
@pamela032709 We see your issue logged as #6894. It's possibly the same root cause. Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
@rmarinho @samhouts I checked the attached sample. Although the sample is working fine, but with further investigation I am able to reproduce the issue.
To reproduce it:
in MainPage.Xaml, Remove Vertical option from the stack layout.
Running into this problem as well.
@samhouts @rmarinho
Can you please let us know the release date for the fix? We have a release which is dependent on this fix.
I do not have an estimated release date yet, but it is under active investigation. Thank you for your patience!
Hey @samhouts , Can you please confirm under which release we will get this fix ?
Hi @samhouts ,
Can you please share the estimated release date for this issue, as we are highly dependent on it?
same on this side. Im totally depending on this fix at this point.
Sent from my iPhone
On Sep 11, 2019, at 3:10 AM, Sravanthi notifications@github.com wrote:
Hi @samhouts ,
Can you please share the estimated release date for this issue, as we are highly dependent on it?—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
It is available today!
https://www.nuget.org/packages/Xamarin.Forms/4.1.0.778454
Thank you for your patience.
@samhouts In which version we can expect this fix.
@Harwinder0501 It should be available at least in 4.1.0.778454, 4.2.0.778463 and 4.3.0.778476-pre1. Is it not working for you?
I tested and it is working with the latest xamarin forms version.
Sent from my iPhone
On Sep 18, 2019, at 4:53 AM, Gerald Versluis notifications@github.com wrote:
@Harwinder0501 It should be available at least in 4.1.0.778454, 4.2.0.778463 and 4.3.0.778476-pre1. Is it not working for you?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
We are still observing problems with this on iOS in 4.2.0.778463. Although the item can be selected by tapping on it directly, it can not be selected by swiping left or right.
@boyd-m since some people have reported their problems are gone, could you please create a new issue (make sure to reference this one if you think it's releated) so we can track your specific needs better?
Thanks!
I've created a sample project which demonstrates the issue: https://github.com/boyd-m/VisibilityA11y
It shows the same problem described in the original description of this bug, so should this remain on here? Happy to raise the bug again if not. The sample project was using 4.2.0.815419
@boyd-m seeing this issue is a bit littered with some other things I would recommend opening a new one if it's not too much trouble. Big kudos on already creating a reproduction, thank you for that!
@jfversluis No problem, I've raised https://github.com/xamarin/Xamarin.Forms/issues/7606 to cover this
@samhouts Now , I experience an issue with the MasterDetailPage when the menu is hidden . voice over reads everything on the page plus whatever was on the menu items. Should I create a new bug or there is something I could do to make the master detail page not active in voice over when the menu is not present?
@pamela032709 I think you're experiencing https://github.com/xamarin/Xamarin.Forms/issues/4220