Hello i am working on android application in which i want to play vimeo videos , i am getting response from Api in json and playing video using webview and it is playing goo
mViewHolder.webView.getSettings().setJavaScriptEnabled(true); String yourData = "\n" + "\n" + "\n" + ""; mViewHolder.webView.loadData(yourData, "text/html; charset=utf-8", "UTF-8");
change id and width. it is working.