When I run my capacitor/vuejs app in the android emulator I see the string text of the console.log, but not the variables.
For example console.log(“TestingUI is now”, state.TestingUI); shows just "“TestingUI is now”. TestingUI is a boolean and it is set to true or false. I know that it is set, because my code reacts to the variable. It runs fine as a PWA in Chrome.
I figure this has to work for most people and I just need to configure something differently. How can I fix this?
1 post - 1 participant