WofWca / jumpcutter

⏩ Fast-forwards long pauses between sentences — watch lectures ~1.5x faster (browser extension)
https://chrome.google.com/webstore/detail/jump-cutter/lmppdpldfpfdlipofacekcfleacbbncp
GNU Affero General Public License v3.0
325 stars 11 forks source link

Make bookmarklet/webpage for android users #161

Closed heartlog closed 2 weeks ago

heartlog commented 1 year ago

So, it can also be used on smartphones without using any browser. it's ok if it doesn't have interactive UI, only something like Jumpcutter local player(is enough). With HTML, CSS, JS and jQ maybe? I tried making it but it turns out to be a mess. or at least help is appreciated.

WofWca commented 1 year ago

Hey! Thanks for reaching out!

I agree that UX of getting the extension to work on mobile is horrible. I don't actually even recall if I wrote any proper docs on how to install it on the Kiwi browser or how to install it in Firefox Nightly.

I'm not as familiar with smartphones as I should be, so bear with me. First let's make it clear that it's definitely not gonna work without any browser whatsoever, a browser engine is absolutely necessary. Perhaps what I think you meant is an "add to home screen" feature that is applicable to websites. We could try to make it possible for the local file player of the extension. In Kiwi browser you can add the local file player to the home screen, but when I tap on it, nothing happens for me. In Firefox you can also add it to the home screen, with a hack described in https://github.com/WofWca/jumpcutter/issues/150, but it also won't open for me, idk.

If it's not about "add to home screen", then I think a native Android app utilizing WebView or GeckoView could also be an option, given how hard it is currently to install the extension on Chromium and Gecko browsers for Android. But I'm not sure if extensions can work in WebView or GeckoView, sounds unlikely. If that's the case, then #54 is necessary to implement (i.e. get rid of / make optional all the browser (Web Extensions API) usage.

Related: #65.

WofWca commented 2 weeks ago

So, we added support for Firefox for Android. I think let's close this in favor of #54 now. If you don't like either, please clarify a better approach and let's reopen / create another issue.