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
1 建议在TbsX5ReadOfficeActivity里加上 @OverRide protected void onStop() { super.onStop(); tbsReaderView.onStop(); } 以免第二次打开TbsX5ReadOfficeActivity页面时 一直加载
2 Android高版本联网失败报错:Cleartext HTTP traffic to xxx not permitted解决方法 在AndroidManifest.xml配置文件的标签中直接插入 android:usesCleartextTraffic="true"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1 建议在TbsX5ReadOfficeActivity里加上
@OverRide
protected void onStop() {
super.onStop();
tbsReaderView.onStop();
}
以免第二次打开TbsX5ReadOfficeActivity页面时 一直加载
2 Android高版本联网失败报错:Cleartext HTTP traffic to xxx not permitted解决方法
在AndroidManifest.xml配置文件的标签中直接插入
android:usesCleartextTraffic="true"
The text was updated successfully, but these errors were encountered: