android - Vimeo video is not playing when i change embedded settings in privacy -
i playing video using vimeo api , able play video using "anywhere settings" under privacy. when changed privacy settings "only on sites choose " video not playing because of privacy error.
error: sorry because of privacy settings, video cannot played here.
i have used code below play video using webview:
webview1.loaddata("<iframe src=\"http://player.vimeo.com/video/"+video_id+"\" width=\"180px\" height=\"180px\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>", "text/html", "utf-8");
this policy means video cannot played directly on devices. embedded video on sites choose(for example iframe video). it's not android/webview issue.
Comments
Post a Comment