Open wakaryry opened 4 years ago
You can try setting renderer: 'canvas'
to see if that helps. Some platforms have buggy SVG support.
it's already canvas since I used the miniprogram codes. The hanzi-writer-context is canvas renderer.
in that case, try renderer: 'svg'
for the app? 😅
@wakaryry Have you resolved this question? I try to integration uniapp and hanzi-writer also. can you share your idea. thx.
in that case, try
renderer: 'svg'
for the app? 😅
the svg is not supported in uni-app.
@wakaryry Have you resolved this question? I try to integration uniapp and hanzi-writer also. can you share your idea. thx.
can not run well in app
Hi, the hanzi-writer is a nice project. Thanks a lot.
I changed the code for usage in uni-app(which could use Vue to write miniprogram and app).
It runs well in miniprogram, but not correct when built into app.
I'm trying to see the code to know why.
If any suggestion on why it could be that, please let me know.
Thanks.