How to solve “NotAllowedError: play() can only be initiated by a user gesture.” audio problem in javascript android webview?
While playing audio in javascript using webview in android platform we may encounter following problem NotAllowedError: play() can only be initiated by a user gesture.. This is due to security and good user experience...
Recent Comments