I use the " . " as thousand separator, so when i need to put some billion number on chrome,fox or IE it works fine, but on Edge the browser turns the text on a link.
You can test this making a simple html and opening on diferent browsers.
How can i avoid this on Edge?
Solved
Your link isn't a clickable IP, but interpreted as a phone number.
The answer https://stackoverflow.com/a/31867199/2897426 provides a way to disable automatic phone number detection, by adding the following meta tag to the of your html file:
See the linked answer for further links.
Comments
Post a Comment