Open GerardoPM opened 5 years ago
@GerardoPM I think you can do this with onLongPress
and onPageScroll
callback.
Get position
with onPageScroll
, the initial value should be 0
. With position
you can get the image which you want to save.
Use onLongPress
to trigger the save action if you like.
Refer to the official document how to save the image file to local gallery
I want to download the image when a long press is detected