Stephan Korner

Results 46 comments of Stephan Korner

From my side, no time for a fix as well. Such an iOS update always puts some time-limits to everybody. As a workarround, I do the .mp4 encoding myself with...

same here, XCode 13.2.1, iOS13.2 and Swift 5.5.2 - does not compile...

I have exactly the same issue. Did you find a solution ?

same here - any solution to the incompatibility issue of the two libraries ? (i.e. AbsMouse.h and Mouse.h)

[Arial.ttf.zip](https://github.com/Brooooooklyn/canvas/files/12858819/Arial.ttf.zip)

I also tried with helvetica-bold.tff Both do not work... [helvetica-bold.ttf.zip](https://github.com/Brooooooklyn/canvas/files/12858825/helvetica-bold.ttf.zip)

I am still clueless why the text is not rendered My first thought was that it has nothing to do with the individual`.ttf` files - but rather the fonts cannot...

There is a temporary workaround: You can use a npm package for `canvas` fonts as this example shows: ``` import { GlobalFonts } from '@napi-rs/canvas'; GlobalFonts.registerFromPath( require('@canvas-fonts/helveticaneue'), 'HelveticaNeue', ); ```...

I don't get it from the answers, is it now possible to cache a WebView in Flutter and retrieve after app shutdown/restart ?