Craig Wittenberg

Results 9 comments of Craig Wittenberg

I had the same problem and discovered that: 1. the converter used to process the icon is limited; I could get an icon to show using a png in the...

On the first point, the UWP TabIconConverter probably needs to allow resource:// to pass through and not get pre-pended with ms-appx:///.

Resource:// is an FFImageLoading convention. To make this work one needs to pick a convention for how to extract the assembly name from the source string and then call GetManifestResourceStream...

In the end I moved the tab icons to the OS-specific asset location for two reasons: 1. avoid this issue 2. on iOS and Android, be able to specify different...

No, I tried v2.3.0.763-beta and based on my tests this is not fixed.

I used https://stackoverflow.com/a/57173209/10834037 which has the same effect.

Short of doing the auto rotation, it would be helpful to store SKEncodedOrigin in SKBitmap. Given that SKBitmap uses SKCodec internally, it should be easy to retain the encoded origin...

I have the same issue as @mtaba and @alofeoluwafemi. Any workarounds?

FWIW, the following worked for me: * copy the src directory to my project (sans the test file) * rename the css files to .module.css * fix the imports. Happy...