videostream / cordova-chromecast

Chromecast running in Cordova
117 stars 58 forks source link

doesn't work with ionic #50

Open fxu12 opened 9 years ago

fxu12 commented 9 years ago

Hi,

I am trying to use this plugin in ionic framework(http://ionicframework.com/), but it is broken. I think the problem is that the ionic currently only supports android-19 but this plugin requires android-21.

Is there a way I can get around?

grahamharper commented 9 years ago

Try editing the project.properties file in your android project directory, changing target=android-19 to target=android-21.

gladsonrobinson89 commented 9 years ago

HI,FuningXu1 have got the stuff working in ionic. please let me know if you have done it successfully.

fxu12 commented 9 years ago

Oh, it worked and let me build Android application.

gladsonrobinson89 commented 9 years ago

Is it working well in ionic.?? which player you are using. Is it possible to add the stuff with jwplayer.

EduardoNE commented 8 years ago

some news?