cordova - Auto-Play HTTPS video in Android -
is there way can make code play video if url https ?
my app jquerymobile app , trying auto-play mp4 video using android's native player & phonegap. there work-around situation? appreciate on this.
uri uri = uri.parse(url); intent = new intent(intent.action_view); intent.setdataandtype(uri, "video/*"); this.cordova.getactivity().startactivity(intent);
Comments
Post a Comment