-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make bookmarklet/webpage for android users #161
Comments
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 #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 Related: #65. |
So, we added support for Firefox for Android. |
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.
The text was updated successfully, but these errors were encountered: