Hi
Problem I'm trying to solve:
- Apps have additional permissions / trackers etc
- Webapps through the browser don't, but potentially add N number of tracking cookies which would need clearing to prevent tracking across the rest of the internet.
Idea:
Trying to find a way to have an 'app' which wraps an instance of vanadium and holds all the cookies / session etc within the scope of the app.
What I've tried so far:
Webview:
I've looked into really basic wrapping using web views, however the performance is shocking and I've run up against known issues with SSL verification chains . There is also the issue of trust that the webview isn't tracking what is happening .
Other options :
Chrome custom tabs, however according to the documentation, this uses a shared cookie jar for user convenience to not have to re sign in.
I'm continuing my own research as I'd like to find a generic solution to this.
End goal.
I want to have the convenience of an app (a launcher icon with saved state / sessions etc), with an option of biometrics and contained cookies. My plan would then to replace my banking app with the web interface, eBay, other shopping sites etc .
Any advice, pointers or guidance would be much appreciated.