capacitor-community / photoviewer

⚡ Capacitor plugin to view table images with fullscreen and sharing capabilities.
MIT License
52 stars 25 forks source link

Ability to open local image in photoViewer #18

Closed ivanov84 closed 2 years ago

ivanov84 commented 2 years ago

I'm developing app that store images locally and after saving it with Capacitor I have url like this: http://localhost/_capacitor_file_/data/user/0/com.xxx.xxx.android/files/custom-event-16589244521170.png

That kind of url is not opened by viewer. It could be very usefull if plugin could do it.

ivanov84 commented 2 years ago

file:///data/user/0/com.xxx.xxx.android/files/love-event-16589258525491.png works. Sorry.

jepiqueau commented 2 years ago

@ivanov84 thanks for using the plugin