syczuan

Results 3 comments of syczuan

#735 Referring to this question, I successfully loaded the long HTML by setting 'use Hybrid Composition: true' ``` android: AndroidInAppWebViewOptions( overScrollMode: AndroidOverScrollMode.OVER_SCROLL_NEVER, useHybridComposition: true )

@loynoir Thanks for the solution, I'm using nuxt.js and I can use it in both server and client environments with just a little code modification `.replace("require('util')", "process.client?globalThis:require('util')")`

> > 也许你应该先通过writeFile写入字体 > > Good brother, I have solved this problem with my statement. Thank you for your reply, but now I have encountered a new problem. After adding...