We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
override fun onResume() { super.onResume() agentWeb?.webLifeCycle?.onResume() } override fun onPause() { super.onPause() agentWeb?.webLifeCycle?.onPause() }
这个两个页面都得有
Sorry, something went wrong.
建议作者把pauseTimer作为可选配置,不要默认在lifeCycle中强制使用,因为一开始的文档大家理解都是默认的webview的pause,但是内部实现把timer也控制了,这样会导致合其他三方SDK中的webview冲突
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: