I am trying this:
window.location.assign("tel:"+telephone, "_self");
This works on all browser and all platforms, except (of course) on iPhone, where the page just reloads itself.
The same issue happens on opening the email application. Works everywhere (even on mac) just never on iPhone.
What could be of issuehere?