perf: complete performance audit optimizations
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user