In order to fast my development, I’d like to test my app using web browser. Unfortunately my app uses sqlite and it doesn’t work on the browser. It is necessary to deploy on a real device. This slows down development a lot. Is there any workaround?
Thanks