Hey!
I'm currently developing Maps app and would like to be able to launch the Viewer for pictures. Currently I'm opening a new tab to the gallery app but it would be nice to stay in the Maps app. I might want to use Viewer in GpxPod too.
When I include Viewer (script('viewer', 'viewer');) I get this in the browser:
OCA.Viewer initialized Viewer.js:37:10
TypeError: OCA.Files is undefined Viewer.vue:369
TypeError: OCA.Files is undefined Viewer.vue:369
Would it be possible to make Viewer (or part of it) independent from files app?
Hey!
I'm currently developing Maps app and would like to be able to launch the Viewer for pictures. Currently I'm opening a new tab to the gallery app but it would be nice to stay in the Maps app. I might want to use Viewer in GpxPod too.
When I include Viewer (
script('viewer', 'viewer');) I get this in the browser:Would it be possible to make Viewer (or part of it) independent from files app?