This commit is contained in:
Zack Pollard
2024-05-21 12:42:12 +01:00
parent b50225327d
commit e503b92d79
8 changed files with 67 additions and 3 deletions
+8 -1
View File
@@ -12,7 +12,14 @@ const config: CapacitorConfig = {
cleartext: true,
allowNavigation: ['http://192.168.10.242:2283/api/*', 'http://localhost/*', 'https://localhost/*'],
},
plugins: {},
plugins: {
CapacitorCookies: {
enabled: true,
},
CapacitorHttp: {
enabled: true,
},
},
};
export default config;