The initial media query that's used to watch for device pixel ratio changes should match. Unfortunately it doesn't with Safari and the corresponding assertion fails. This is because resolution is not a supported support property for queries. As a workaround, this patch extends the query to optionally match for the webkit specific DPR property directly. This fixes #1734 |
||
|---|---|---|
| .. | ||
| canvas | ||
| canvas.rs | ||
| event.rs | ||
| event_handle.rs | ||
| media_query_handle.rs | ||
| mod.rs | ||
| scaling.rs | ||
| timeout.rs | ||