DanYang - Zhao

Results 2 comments of DanYang - Zhao

Maybe you can get a CFI, than try to use the doChapterSearch Method ``` function doChapterSearch(q) { let item = this.book.spine.get(this.rendition.location.start); return item.load(book.load.bind(book)).then(item.find.bind(item, q)).finally(item.unload.bind(item)); }; ```

遇到相同问题,安卓微信浏览器可以显示,请问楼主解决了吗?