IOS voice over not reading out the paragraph which is having anchor tag? Any one facing similar issue? Seems like a existing ios bug?

I am rendering a paragraph of data which is having anchor tag inside it. While testing accessibility in ios, we identified a bug in voice over feature. Whenever voice over reading out the populated paragraph it starting to read from the end of anchor tag, content before that is not being read.

While googling I found it is a issue with ios and fixed it with native ios code. Any fix found in ionic framework?