1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
Daniel Neto 2023-04-08 11:56:47 -03:00
parent 8b7e6967fd
commit f83cdc2989

View file

@ -3862,9 +3862,8 @@ async function sendAVideoMobileMessage(type, value) {
} }
} }
window.addEventListener("flutterInAppWebViewPlatformReady", function (event) { window.addEventListener("flutterInAppWebViewPlatformReady", function (event) {
setTimeout(function() { console.log('flutterInAppWebViewPlatformReady Platform ready, sending APPIsReady message');
sendAVideoMobileMessage('APPIsReady', 1); sendAVideoMobileMessage('APPIsReady', 1);
}, 1000);
}); });
function getUser() { function getUser() {