Disabling smart link parsing in webview

Hello, I am using an external timeline library (vis) to display a timeline.
What I am seeing in iOS is that links are getting automatically parsed for phone #s etc - how do I eliminate this? Here is an example view: (note the “2015”)

thanks

So far adding <meta name="format-detection" content="telephone=no" /> to the template seems to be working