-
Notifications
You must be signed in to change notification settings - Fork 30
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
Feature Request: Tabs #249
Comments
Thanks for detailed comments, the feedback is appreciated. Let me try to respond to some of the issues raised:
I sense your frustration in that the app is close to what you want and how you use it, but not quite there. Unfortunately the bad news is that I will probably stop supporting this app this year, despite this app being a labour of love and one I'm proud of. The above-mentioned sandbox leaks, combined with browser fingerprinting, supercookies, FLoC, and other hostile abuses of Web technology, have made me come to the conclusion that the Web is a lost cause for private browsing. Yes, WebApps offers only limited protection, and that protection will probably decrease every year. Something like Gemini (https://gemini.circumlunar.space/docs/faq.gmi) is probably the way forward for privacy minded geeks, and I for one am moving as much of my content creation/consumption there as possible. Another factor is that Android is also increasingly hostile to the developer (you need at least 16Gb RAM to compile a 3Mb APK, every year devs are forced onto new APIs, Gradle builds break often, Google now wants your developer signing key, the tooling I had used is now deprecated, etc, etc, etc). Couple that with the spyware preloaded onto phones and the increasing difficulty of getting control over your device (e.g. my phone kills VLC after 30 mins and there's nothing I can do about it), and I'm ready to ditch Android and go back to good 'ol desktop computing (https://tobykurien.com/post-1618319359/). |
Sorry for off topic and you probably know but did you tried dontkillmyapps.com? Also sorry again for off topic, but so you as a veteran android dev, think i as a completely noob and newbie shouldn't start android learning if i also can't upgrade my PC much or other problems you mentioned? What about flutter? Or kotlin? Thank you very much for all your great efforts and time and health you put in your apps. Best wishes. |
I've moved this discussion to issue #253 and I'll respond there. |
Thank you very much |
What leaks you found and how? @01yakiek |
@tobykurien @rustforfuture |
I'm honestly surprised no one suggested this, at least not I know of by searching "tab" or "tabs" in issues section.
What we're having here is an app-creating app, the difference is the created apps are privacy mostly-separate-containers/sandbox of webpages ("mostly" because I experienced leaks, so it's probably not perfect yet). This app greatly achieves what it offers and differ from other webview-based apps I've seen, though this is pretty much the same thing as firefox containers addon, but android with some additional features. Good. But they're still webpages. So that begs the question, why isn't tabs even a thing?
For some reason on my mobile, long-press links do not show "Open-with" (Is it just me or its currently broken?). But long-press links instead shows "share", which sadly my browser isn't on it. The only easiest workaround is to share with WebApps app, which fortunately presents in the share menu, which opens a shared sandbox webapp (means cookies and probably site data is shared as the same sandbox is used, I think). This adds a new window to the Recent Apps, cluttering it almost too quickly.
Tapping only the external-domain links shows the "Open With". I think it would be complete if tapping any links shows a menu to allow us to choose between "New tab", "New incognito Tab", "Open with", "Share", and "New Sandbox".
Is there some technical limitations of WebApps that tabs cannot be supported, or just that it didn't cross anyone's mind?
Thanks!
The text was updated successfully, but these errors were encountered: