I have an SAPUI5 app that has an issue with links used in rows in tables, but only when running on IOS browsers.
if you look at the table demo example Table - SAPUI5 Demo Kit , when you run this on something like IE or Chrome on a Windows desktop,the link www.sap.com works. Try it on IOS Safari, and the links do nothing.
My app uses the same logic, so it also fails with IOS.
If I use the sap.m.Link object instead of the commons one, the links still don't work with IOS Safari, but with IOS Chrome, I get an option to open in new tab etc...