leelohoon

Results 6 comments of leelohoon

I had same issue. and I solved this problem like this. In YoutubePlayerController Class, Add **reload()** in **_callMethod.** _callMethod(String methodString) { if (value.isReady) { value.webViewController?.evaluateJavascript(methodString); } else { **reload();** print("#######################");...

@royycc Oh, i didn't check about auto play. But my solution works if you don't use auto play. :)

@ipolx Hi, Could you show me the log of error? I mean, when you clicked button, did you see the log of reloading?

I have the same issue. Has this problem been resolved? Even downgrading doesn't solve the problem