perf: complete performance audit optimizations

This commit is contained in:
2026-02-26 22:17:56 -05:00
parent c9a260ab23
commit a8eaad7f35
14 changed files with 439 additions and 33 deletions

View File

@ -8,6 +8,9 @@ const config: CapacitorConfig = {
androidScheme: 'http',
cleartext: true
},
android: {
allowMixedContent: false,
},
plugins: {
SplashScreen: {
launchShowDuration: 2000,
@ -16,6 +19,9 @@ const config: CapacitorConfig = {
androidSplashResourceName: "splash",
androidScaleType: "CENTER_CROP",
showSpinner: false,
},
Geolocation: {
androidUsePreciseLocation: true
}
}
};