proneon267
proneon267
Thanks! Here is the escaped version: ``` briefcase run android --device '{\"avd\":\"beePhone\",\"skin\":\"pixel_3a\"}' --test ```
Just a heads up, #2430 is covered by #2484
Or a bad one since this tutorial is for beginners.
Ok thanks :)
is there any problem? When will this get accepted?
I did it now. Check https://github.com/vlang/website/pull/112
This an follow up pull request for https://github.com/vlang/website/pull/51
Though not my original intention, but I have fixed all dpi scaling bugs that I had encountered. Earlier, the scaling operations on windows were essentially no-ops. But the latest commit...
I have added an event handler to detect DPI changes while the app is running. I have also modified Scalable class to: * Correctly get the latest DPI scale factor...
>WinForms has some [per-window events](https://learn.microsoft.com/en-us/dotnet/desktop/winforms/high-dpi-support-in-windows-forms?view=netframeworkdesktop-4.8#new-dpi-change-events) for detecting DPI changes, which I think would allow this to be fixed without requiring Toga to be aware of multiple screens. I have tested...