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 - How to pass an array in query parameter reactjs - Stack Overflow
- javascript - How to use jQuery to readwrite the values of an elements externally defined css class? - Stack Overflow
- html - How to use external Javascript function in Angular 2 template? - Stack Overflow
- floating point - What are GCC and Clang options to generate Intel DL Boost bfloat16 instructions? - Stack Overflow
- javascript - Replacing selected HTML text in jQuery - Stack Overflow
- html - Creating div on button click with Javascript not working? - Stack Overflow
- jquery - Hide() and show() on window resize in JavaScript - Stack Overflow
- php - I want it to detect the duplicate comment and give a warning on the same page
- javascript - navigator.mediaDevices.getDisplayMedia not supported - Stack Overflow
- javascript - How to get HTML element width dynamically even on page resize in React? - Stack Overflow
- wp admin - How can I change block editors suggested links to display another url (i.e. from api.mysite to www.mysite)
- advanced custom fields - WP REST API: Order posts by meta value (acf)?
- 404 error when passing "cat" parameter to URL
- Javascript get id - Stack Overflow
- htaccess - Redirect http to https does not work on subdir where another instance of WordPress installed
- javascript - Mapbox JS Marker Creation On Click - Stack Overflow
- Control HTTP basic authentication using javascript - Stack Overflow
- python - themoviedb Endpoint API Connection DNS Error? - Stack Overflow
- Only show posts with a specific term of an associated taxonomy in a custom post type archive
- plugin development - ajax stopped working when not logged in wordpress
评论列表(0)
- 暂无评论