İsmail Tosun
İsmail Tosun
you should delete right menu class and view in storyboard also you should delete right menu id in storyboard .
How can I close in this method ? ``` .setNegativeButtonClick(new Closure() { @Override public void exec() { //click } }) ```
same problem. When i download my app on play store videos not working. But when i run my app in emilator using android studio its working fine.
declare array before main instance this solve my problem
same problem
@mkdk ``` let playerVars = ["controls": "1", "playsinline": "1", "autohide": "1", "showinfo": "1", "autoplay": "0", "fs": "1", "rel": "0", "loop": "0", "enablejsapi": "1", "modestbranding": "1"] videoPlayer.playerVars = playerVars as YouTubePlayerView.YouTubePlayerParameters...