Answers for "ionic cap show device"

10

ionic capacitor android

// if you didn't run before
ionic build
// then
npx cap add android
npx cap sync
Posted by: Guest on August-19-2020
8

ionic capacitor ios

// if you didn't run before
ionic build
// then
npx cap add ios
Posted by: Guest on August-19-2020

Browse Popular Code Answers by Language