Tap the three dots -> Add-ons -> Jump Cutter, the extension's popup will open
"open a local file"
Tap on the page to open the file selector
Nothing happens when you select a file.
I have tried remote debugging. It seems that the local-file-payer page simply closes when the file picker gets opened.
A workaround is to open the local file player directly in a separate page moz-extension://<your extension installation UUID>/local-file-player/index.html. But this doesn't entirely work either. You can open a file but for some reason the video doesn't have sound.
I have tried remote debugging. It seems that the
local-file-payer
page simply closes when the file picker gets opened.A workaround is to open the local file player directly in a separate page
moz-extension://<your extension installation UUID>/local-file-player/index.html
. But this doesn't entirely work either. You can open a file but for some reason the video doesn't have sound.