A couple of questions for a new capacitor dev #17493
-
Disclaimer: experienced web dev, brand new to mobile development I have some initial setup questions which I cannot seem to cover. Windows user. I have followed the setup instructions:
Everything works but I have some workflow questions I dont quite understand
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Answer 1: Answer 2: Answer 3: |
Beta Was this translation helpful? Give feedback.
Answer 1:
Install your dependencies in
src-capacitor
, but don't runnpx cap sync
. That will be handled for you the next time you will runquasar dev -m capacitor
/quasar build -m capacitor
, when the web assets are ready.Answer 2:
While the app is running, open
chrome://inspect
URL in your Chromium-based browser, then find the relevant entry to attach to it. You will get the usual Chrome Devtools experience on your Capacitor app.Answer 3:
I don't know, it might be due to how logging in the "native" level works. Using the answer 2, you can use Chrome Devtools and have a better experience with this as well.