I am new to screen reader. Just a note I'm using Chrome as my browser. I read the following from the Microsoft Documentation:
https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/accessible-apps
"To ensure a satisfying experience with the screen reader it is recommended to:
Ensure all input controls have the AccessibleLabel property set.
For images, set AccessibleLabel to an appropriate description.
If a picture is not used as a button or a link (i.e. icon is there just for the decoration) and should not be read by the screen reader, make sure the AccessibleLabel is empty or not set.
If a picture or an icon is used as a button, then set TabIndex to 0 and AccessibleLabel to the link description."
I thought if I give a text to the AccessibleLabel property of a button for example, NVDA would read the text when the App is played. Here is a screenshot of what I did:

But when I play the app and click the home button, I can't hear any screen reading from the browser. Can somebody please tell me what I'm doing wrong?.
Thanks in advance.