VT7 - Detailview ajax broken in iOS 10
VT7 is not working correctly in iOS. All the links in detailview and related list do not work.
When you check the href of the link is OK but when you click it, the link lost all the GET params and the user is redirected to the home screen.
I've made this quick explanation video: http://screencast-o-matic.com/watch/cbh3iTXBnp the video is on a mac but the same thing happens on iPad both using safari and chrome.
Solution:
This is due to the fact that pajax library hasn't been updated for a while.
This one character change fixes the issue: https://github.com/defunkt/jquery-pjax/commit/863b802a84af8a9c72def4984d4d38163541fe6d
File: libraries/jquery/defunkt-jquery-pjax/jquery.pjax.js @ 647
Or just update the library