You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im new to Lottie Files and this plgin., So im checking to see if any one can help me setup the lottie files animation for my vue mobile app build on capacitor
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
HI,
Im new to Lottie Files and this plgin., So im checking to see if any one can help me setup the lottie files animation for my vue mobile app build on capacitor
This is my capacitor.config.json
{
"appId": "com.demo.app",
"appName": "Demo App",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "www",
"server": {
"androidScheme": "https"
},
"plugins": {
"PushNotifications": {
"presentationOptions": [
"badge",
"sound",
"alert"
]
},
"GoogleAuth": {
"scopes": [
"profile",
"email"
],
"serverClientId": "46158489047-vptkm75h1okpghfuytr8678gki0d658tr457p.apps.googleusercontent.com",
"forceCodeForRefreshToken": true
},
"SplashScreen": {
"androidScaleType": "CENTER_CROP"
}
}
}
Please guide me
Beta Was this translation helpful? Give feedback.
All reactions