1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +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) {
setTimeout(function() {
sendAVideoMobileMessage('APPIsReady', 1);
}, 1000);
console.log('flutterInAppWebViewPlatformReady Platform ready, sending APPIsReady message');
sendAVideoMobileMessage('APPIsReady', 1);
});
function getUser() {