Add allowNavigation

This commit is contained in:
MartinBraquet
2025-10-31 11:52:06 +01:00
parent 27a72170b8
commit fdcd4d46ac

View File

@@ -10,7 +10,11 @@ const config: CapacitorConfig = {
server: {
url: LOCAL_ANDROID ? "http://10.0.2.2:3000" : 'https://compassmeet.com',
cleartext: true,
"allowNavigation": ["www.compassmeet.com"],
allowNavigation: [
"www.compassmeet.com",
"localhost",
"10.0.2.2",
],
},
};