mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
update
This commit is contained in:
parent
1b9fa95c26
commit
6d97421440
1 changed files with 1 additions and 1 deletions
|
@ -3838,7 +3838,7 @@ async function sendAVideoMobileMessage(type, value){
|
|||
|
||||
async function sendAVideoMobileMessage(type, value) {
|
||||
if (typeof window.flutter_inappwebview !== 'undefined') {
|
||||
console.log('sendAVideoMobileMessage flutter_inappwebview', typeof window.flutter_inappwebview, window.flutter_inappwebview);
|
||||
//console.log('sendAVideoMobileMessage flutter_inappwebview', typeof window.flutter_inappwebview, window.flutter_inappwebview);
|
||||
if (typeof window.flutter_inappwebview.callHandler == 'function') {
|
||||
for (var i = 0; i < 10; i++) {
|
||||
response = await window.flutter_inappwebview.callHandler('AVideoMobileLiveStreamer' + i, {type: type, value: value, instanceIndex: i});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue