I turned on the voiceOver screen reader on iOS device to test it on ionic2 project.
The screen reader read the html tags like: Header 1 for <h1>
also reads the images tags with the images extension : "Image tag png" for <img>
.
I don't need to speak the html and the images tags.
So how to handle the screen reader in the ionic projects?
thanks.