safari – WebGL context immediately lost on iOSbig tee tech hubDecember 15, 2025 I have code in my web game like this: const canvas = document.createElement(‘canvas’); canvas.width = width; canvas.height = height; const…
ios – Flutter overlays (Dialog, BottomSheet, ..etc) close immediately after opening on iPadOS 26.1big tee tech hubNovember 11, 2025 This is a known issue in Flutter — see the GitHub issue here:🔗 flutter/flutter#177992 It happens on iPadOS 26.1 when…