ai2html icon indicating copy to clipboard operation
ai2html copied to clipboard

add 'pinch to zoom' mode

Open gka opened this issue 9 years ago • 1 comments

For some charts we just have to acknowledge that there is no way to make a 300px version for phones. instead, we need an option to display a zoomed-out version of the desktop chart with a note saying "pinch to zoom".

ai2html should be aware of this option and display the note and add this code snipped to re-enable pinch-zoom:

<script>
viewport = document.querySelector("meta[name=viewport]");
viewport.setAttribute('content', 'width=device-width, initial-scale=1.0');
</script>

gka avatar Jul 05 '16 22:07 gka

@gka is this feature still missing? i want to work on it

itsnarutouzumaki avatar Nov 03 '25 10:11 itsnarutouzumaki