TwinStar
TwinStar
This only happens on my Android device, the app works fine on my iPad and Android emulator (wsa). Rendering errors only occur when the system display size and font size...
Device is OnePlus7(GM1900) The rendering error only occurs when using the system default font, I extracted the font file from `/system/fonts` : [Roboto-Regular.zip](https://github.com/user-attachments/files/16190221/Roboto-Regular.zip)
I replicate this problem on my Android emulator (wsa 2311.4): 1. Set the system display size according to the picture below (in short, devicePixelRatio = 1.5): 3. Use the ttf...
Can you try setting the MediaQuery container? It may be related to textScaler. When I set textScaler to TextScaler.linear(0.85), the text is rendered incorrectly, but when it is set to...
I found a possibly related bug: the TextField is in a SingleChildScrollView, and the lower half of the text in the TextField is tilted. When you click the TextField, the...
me too, qq mail worked fine in previous wino versions, but after I updated wino to version 1.7, it reported the same error.
> From Windows terminal, you can try: app.exe "" -x opt1 opt2 In my understanding, this plugin however is based on custom Url handler using Windows default app feature. I...
> Indeed, on Windows you have to handle it by yourself if your app handles multiple command line parameters for now. Labeling this as an enhancement. If possible, I would...
> Of course, PR are always welcome! > > I would avoid to introduce any new API here (also specific to Windows platform). > > Could we look for registry...
Please see the second point of my previous comment. When we use the MSIX protocol extension, `HKEY_CURRENT_USER\Software\Classes\` exists in the registry, but there is no `shell/open/command`, so it is impossible...