ZhongXiaoHong/superFileView

一直显示正在加载文档

BugMen opened this issue · 3 comments

我用Fragment+ViewPager的方式打开tbsReaderView,结果只有第一个文档可以正常打开,到第二个就开始显示正在加载中,这个怎么处理啊

第二个文档打开的时候我是这样处理的:
mTbsReaderContent.displayFile(new File(path));
mTbsReaderContent.onStopDisplay();
mTbsReaderContent.displayFile(new File(path));
这个应该是tbs的问题。