cordova - About PhoneGap inappbrowser video play stop -
i utilize phonegap 2.4.0. android app.
when open external webpage(contain youtube video) inappbrowser, video play good. after closing webpage done button, sound playing not stop. stop video sound, had turn off phone.
it big problem me. lastly week tried prepare it.
can help?
this code.
....................... function chamgae(juso) { var ref = window.open(juso, '_blank', 'location=yes'); ref.close(); } .......................... <a href="#" onclick="chamgae('http://m.youtube.com')"> ..........................
or
....................... function chamgae(juso) { window.open(juso, '_blank', 'location=yes'); } .......................... <a href="#" onclick="chamgae('http://m.youtube.com')"> ..........................
did .close() after opening inappbrowser.
var ref = window.open(url, '_blank', 'location=no'); ref.close();
i removed .close() code , got same problem of continued playback. should solve problem.
cordova
No comments:
Post a Comment