D
DM_Wex
Guest
Hello,
There is a current issue with our ASP.NET C# Sharepoint application in that if there is text on the web page that contains a telelphone number, the Skype add-on in IE 11, 'Skype for Business Click to Call' , automatically inserts a phone icon that has an image title with 'Call' and is a clickable icon. The users may still require the 'Skype for Business Click to Call' add-on in IE for other purposes, hence it is desirable to keep this add-on enabled.
The following has been tried to remove these from the page but they do not seem to work :
- Adding in <meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" /> to the <HEAD>
- #skype_pnh_container, #skype_plugin_object, #skype_highlighting_settings {
display: none !important;
Many Thanks
Continue reading...
There is a current issue with our ASP.NET C# Sharepoint application in that if there is text on the web page that contains a telelphone number, the Skype add-on in IE 11, 'Skype for Business Click to Call' , automatically inserts a phone icon that has an image title with 'Call' and is a clickable icon. The users may still require the 'Skype for Business Click to Call' add-on in IE for other purposes, hence it is desirable to keep this add-on enabled.
The following has been tried to remove these from the page but they do not seem to work :
- Adding in <meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" /> to the <HEAD>
- #skype_pnh_container, #skype_plugin_object, #skype_highlighting_settings {
display: none !important;
Many Thanks
Continue reading...