organic-nailer/adjusted_html_view_web

Allow pinch zoom on Android

razfazz opened this issue · 2 comments

Thank you for that great package. Is it possible to support pinch zoom into the iframe content?

Thanks, @razfazz . I'm not planning to implement this feature now, This package aims to display the HTML in the right size, so I want to minimize the operation on the iframe.
If you just want to expand contents, InteractiveViewer might be helpful for you.
I also welcome PRs of your ideas if you have the implementation.

@organic-nailer thank you for getting back to me so fast and your engagement.

i tried using InteractiveViewer already on the official webview but it does scale the entire widget and not the content of the webview. i guess to support pinch zoom on accross all touch devices there is additional js needed. potentially something like that https://stackoverflow.com/a/23368072/5525799. but i am not sure. anyway if you make that work you would have the only lib which supports pinch zoom on webview on Flutter Web across all devices.

then we could also link your alternative here flutter/flutter#107420