I created a web page in HTML showing a toolbar with icons made in svg. Using CSS, I added the "tooltip" functionality that makes the icon function appear with a certain delay (using :hover). On PC everything works without problems. On Android, when you hold your finger on the icon, waiting for the tooltip, a dialog opens that asks if you want to download the .svg image. Obviously, this thing makes the application unusable. Is there a way to programmatically block the opening of this type of dialogs?
css - How to avoid the opening of the "download dialog" when hovering on a svg image on Android? - Stack Overf
与本文相关的文章
- javascript - scrollIntoView not working on Chrome but perfeclty fine in Firefox - Stack Overflow
- javascript - Do I still need $(document).ready(function(){ })? - Stack Overflow
- php - Access list element in javascript - Stack Overflow
- javascript - How can I enable Hot Module Replacement(HMR) in react? - Stack Overflow
- localhost - Cloning production site down to local?
- javascript - Delay in hiding a button using Ng-Hide in Angular JS - Stack Overflow
- javascript - How to check if string array only contains empty strings - Stack Overflow
- javascript - Should I create a JQuery server control for ASP.net to best use it in my apps? - Stack Overflow
- javascript - Multiple Select List and KnockoutJS - Stack Overflow
- functions - Removing the first image in content
- javascript - Regex date format for dash or forward slash - Stack Overflow
- ajax - Best practices managing JavaScript on a single-page app - Stack Overflow
- javascript - Selenium clicking button with no name or id - Stack Overflow
- jquery - Create a stringToSlug() prototype function in javascript - Stack Overflow
- Woocommerce product query not working in other WPML languages
- javascript - Chrome: `fetch` takes too long - Stack Overflow
- jquery - remove all instances of a character in a string with something else javascript - Stack Overflow
- javascript - jQuery each: run through each set of a li individually - Stack Overflow
- Use Regex to form a number without leading zeros in Javascript - Stack Overflow
- 路由器配置基础
评论列表(0)
- 暂无评论