From 50e7888e2d3ee656b4f5860e0049abb3d3f70f77 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 11 Nov 2024 21:15:52 +0100 Subject: [PATCH] Docs: write down another dead end in the android dev --- Docs/Reasonings/Android.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Docs/Reasonings/Android.md b/Docs/Reasonings/Android.md index a74babd402..ed6b95b063 100644 --- a/Docs/Reasonings/Android.md +++ b/Docs/Reasonings/Android.md @@ -23,4 +23,14 @@ Quick to setup, but opens in Fennec/Brave/some default browser... _with_ a UI El Seems to only support chrome -## 2. Writing our own webview +## 2. Capacitor + +Seemingly works. Some drawbacks: + +- Geolocation plugin relies on Google Play Services (but this can be fixed) +- Login doesn't work out of the box (but this can be fixed) + +## 3. Svelte Native + +Svelte native is unmaintained. The example projects are from 5 years ago. +I didn't look very hard, but I didn't see a lot of apps using this tech