JohnnyWestlake
JohnnyWestlake
@groovykool the point is it will always be 0 immediately after creation. The point of using loaded isn't too immediately get it's size, but too make sure it's ready when...
This can be accomplished using CompositionScopedBatch https://docs.microsoft.com/en-us/uwp/api/windows.ui.composition.compositionscopedbatch?view=winrt-19041
WebView uses the same WinINET cache the UWP HttpClient uses... Which doesn't let you clear it's cache. (Unless you break outside the sandbox). You can optionally use a custom HttpRequestMessage...
@Arreba It's been a while but are you still encountering this issue?
This lead me to believe there's perhaps something misbehaving on that Windows install, as all that happens at this point (as this is before it hits the iteration part of...
Internally the app actually does list all the not-covered variations, but main problem is the UI layer (UWP XAML) doesn't support them - it only supports a limited set of...
(Support for non-XAML supported OpenType tags for **_Type Ramp view only_** is currently in the [Character-Map-UWP/Variations-Basic](https://github.com/character-map-uwp/Character-Map-UWP/tree/Variations-Basic) dev branch - this does not include anything with an integer parameter other than...
The main problem here is the UI layer (UWP XAML) doesn't understand what the slnt axis *is*. Underneath at the DirectWrite layer it's all there, but not in the Windows...
(Full support for variable OpenType Axis for **_Type Ramp view only_** is currently in the [Character-Map-UWP/Variations-Basic](https://github.com/character-map-uwp/Character-Map-UWP/tree/Variations-Basic) dev branch. This won't be coming to character map view for the time being...
_Issue is still present in DirectUI on Windows 11_