apache / cordova-browser

Apache Cordova
Apache License 2.0
170 stars 85 forks source link

Build steps to use in angular cli #77

Closed koraysels closed 4 years ago

koraysels commented 5 years ago

I am using some cordova plugins like Camera and native audio. Also it is a hybrid web/ios/android app. It would be cool if we could continue use angular cli for live reloading and compilation of typescript etc.. And have cordova and cordova_plugins in the browser. Right now I can only use cordova run browser to have the deviceready and native audio/camera support. Is there a wat to have this inside the angular app ?

brodybits commented 4 years ago

I am very sorry to say that I do not really follow your question.

It sounds like a nice idea but I don’t think any of us have the time to support that kind of features right now.

I recommend you check out Ionic and the new Capacitor framework. I think they used to work directly with Angular and do support live reloading. Also I think there is no need to wait for the deviceready event on Capacitor. May not be quite as mature as Cordova but may be a better fit for your needs.

Closing for now, thanks for your interest.