gghh0408

Results 6 comments of gghh0408

it is so easy. just search the "100%" text in the js file. and you can edit to disable the menu dialog. just like the pic edit dialog or pic...

After upgrading to iOS 26.1, this issue only occurs on the iPhone 12. It does not exist on the iPhone 16 or iPhone 16 Pro Max, nor on Android devices.

Unfortunately, this issue also persists in the latest Flutter SDK version 3.38.4. Text renders abnormally once it is set to bold, whereas it displays correctly when unbolded. Any font weight...

[flutter_run_log.txt](https://github.com/user-attachments/files/24072248/flutter_run_log.txt) I have re-edited the printout of flutter doctor and included it. The information related to the run command is in the TXT file. Hope this helps.

if (attachmentFiles != null && attachmentFiles.length > 0) { for (File file in attachmentFiles) { if (file.existsSync()) { MediaType mediaType = MediaType.guessFromFileName(file.path); await builder.addFile(file, mediaType); } } } MimeMessage mimeMessage...

> 还是一样的: > > 爱莫能助了哥们,我这边试了下中英文文件都挺正常。我是把他源码复制了一份搞到本地调了一下的。