The set_viewport_size and set_device_pixel_ratio IPC messages were sent separately, potentially causing a race condition when the DPR changes (e.g. moving a window between screens): the DPR message would arrive and use a stale viewport size, computing a temporarily wrong CSS viewport. Combine both into a single set_viewport IPC that updates the device viewport size and DPR together. |
||
|---|---|---|
| .. | ||
| gradle/wrapper | ||
| src | ||
| build.gradle.kts | ||
| BuildLagomTools.sh | ||
| CMakeLists.txt | ||
| gradle.properties | ||
| gradlew | ||
| proguard-rules.pro | ||
| settings.gradle.kts | ||
| vcpkg_android.cmake | ||