tzSharing
tzSharing
@kahsa Okay, so how can I better use v.ui to display large paragraphs of text completely?
@nedpals @JalonSolov I only found the vls report file under `C:\Users\TZ\\.vls\reports`, I have uploaded it, hope it helps. [vls_report_1659263561.md](https://github.com/vlang/vls/files/9232055/vls_report_1659263561.md) [vls_report_1659265442.md](https://github.com/vlang/vls/files/9232058/vls_report_1659265442.md)
It is true that print() and println() cause the program to be unresponsive. I think v.ui needs the correct log output function.
Android studio上用java或kotlin版确实会出现minSdk 小于26时报错问题。 解决方法: 用这个 `implementation "com.alibaba.fastjson2:fastjson2:2.0.10.android"`
> 软件使用安卓媒体会话,由耳机自行适配。此功能支持和耳机设备相关。 但是相同的耳机在QQ音乐和网易云音乐上就完全正常
> 我不确定,因为我无法在我的设备上复现。如果你可以提供你的耳机型号,可能对解决此问题有帮助。 我试了三个耳机,红米、一加、唐麦,具体型号我忘了,`三击` `下一曲`均被错误识别成了`暂停`。 个人推测`三击下一曲`可能被误判为了`下一曲`+`暂停`
你可以参考参考这个 [github.com/vlang/ui/issues/412](https://github.com/vlang/ui/issues/412)
The library is no longer working properly with the latest version v, and all examples do not work. Error message that has appeared: ``` builder error: cannot import module "malisipi.mui"...
I retested with the gcc compiler and found that the examples in the examples directory still did not work, as shown in the figure:  If you change it to...
> How you installed the library? I directly copied "`v install https://github.com/malisipi/mui`" in your "readme" document to install。This is the path "`C:\ Users\ TZ\ .vmodules\ mui`" after my installation.