i’m struggling with capacitor.
im have a quasar project and i somehow want to try this in capacitor.
after following the documentation. i am able to run my app in an android device in android studio.
but the problem is most the data is not being fetch in the app.
but in the web app which is running in the browser there’s no problem at all.
this is the image that is working in web app.
and this is the one in the android
and additional info
the express server which has the server.js handles the fetching to to Api of respected source.
in web app in order to make the data load i need to run node server.js
i think when running the quasar dev -m capacitor -T android
the server running in web app should also run in the android. i think…
please someone help or suggest.