I am building up a solution that will run on Windows 8 tablet. I have
title="descriptive text"
inserted on buttons. When I do a long tap on a button, the title tag is displayed in a gray box above the button. All this is fine. But for some reason, it also displays server name underneath... for ex localhost or our dev server.
Is there a way to get rid of the server name/URL text that comes up - or disable the title "tooltip" functionality in total?
Further to add on this. It seems to be a standard functionality on IE10/Win8 tablets - if you tap and hold on top of a button, it shows to which URL the user is going to if a link is clicked. This does not make much sense on a small application, where
all the action is happening on one server.