Skip to content

Commit f2ce6bd

Browse files
committed
fix(capacitor.config): run Capacitor web server under https on Android
1 parent becac5f commit f2ce6bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

capacitor.config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@
1717
"iconColor": "#564dfc"
1818
}
1919
},
20-
"cordova": {}
20+
"cordova": {},
21+
"server": {
22+
"androidScheme": "https"
23+
}
2124
}

0 commit comments

Comments
 (0)