You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @rafeywaleed This is doable, thanks to the fact that we are using Flutter_InAppWebview, which provides a HeadlessInappWebview that allows to create shapshots fo the contents. This is the exact reason why we chose it, indeed... In our own app, on which Iridium is based, we create snapshots of pages, which are displayed in a progressbar (like the Kindle and Google Play apps do). Your feature request should use a similar technique. As soon as the user starts a page turn gesture, you must overlay a page turner widget that temporarily hides the webview.
I don't have time to implement it, buy I can provide the code for our "SnapshottingThumbnailsGenerator", which uses this HeadlessInappWebview.
No description provided.
The text was updated successfully, but these errors were encountered: