最近在開發(fā)中遇到個(gè)問題,iOS升級(jí)到13后,在UIWebView上播放視頻報(bào)錯(cuò)Unhandled Promise Rejection: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.經(jīng)過上網(wǎng)查詢 ,得出解決方法。如需在UIWebView中自動(dòng)播放視頻、或者想通過JS調(diào)用方法的方式播放視頻,必須將UIWebView中的“mediaPlaybackRequiresUserAction”設(shè)置為NO;這個(gè)屬性的意思就是:是否需要用戶操作才能播放視頻,默認(rèn)為YES
提取自流浪的野獸這位博主的文章http://www.itdecent.cn/p/3f65957a8f4e