Skip to content

Commit fdcd4d4

Browse files
committed
Add allowNavigation
1 parent 27a7217 commit fdcd4d4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

capacitor.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ const config: CapacitorConfig = {
1010
server: {
1111
url: LOCAL_ANDROID ? "http://10.0.2.2:3000" : 'https://compassmeet.com',
1212
cleartext: true,
13-
"allowNavigation": ["www.compassmeet.com"],
13+
allowNavigation: [
14+
"www.compassmeet.com",
15+
"localhost",
16+
"10.0.2.2",
17+
],
1418
},
1519
};
1620

0 commit comments

Comments
 (0)