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 - jquery listening to events - Stack Overflow
- Run-time error 438 when trying to export images from Excel sheet using VBA - Stack Overflow
- java - Why does 'this-escape' warning trigger when calling final methods from the superclass - Stack Overflow
- json - Sending data with javascript, how do I "protect" or "encrypt" it? - Stack Overflow
- python - Altair text on rule mark looks blurry - Stack Overflow
- Wordpress deleting subdomain from the URL
- Change default values of Gallery Block settings
- syntax highlighting - Red highlighted tabs in Cursor - Stack Overflow
- javascript - Detect swipe from edge in jQuery Mobile - Stack Overflow
- plugins - Wordpress error - PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata()
- namespaces - Namespacing technique in JavaScript, recommended? performant? issues to be aware of? - Stack Overflow
- jolt - Issue with JSON Transformation spec - Stack Overflow
- Use browser to run custom JavaScript on page (client side) to simulate clicking? How to do? - Stack Overflow
- java - How to make Labels fully visible in a GridPane? - Stack Overflow
- javascript - How to make a Carousel with more than 3 images in Bootstrap? - Stack Overflow
- javascript - Returning Observable based on callback - Stack Overflow
- html - how to display same image multiple times using same image in javascript - Stack Overflow
- gcc - C++ Type traits dependent upon declaration ordering and varying compiler behavior - Stack Overflow
- javascript - Leaflet custom coordinates on image - Stack Overflow
- javascript - Ajax: does setting timeout always override the browser's timeout? - Stack Overflow
评论列表(0)
- 暂无评论