Michael Brown

Results 110 comments of Michael Brown

I found that setting this fixes it - `PIXI.sound.useLegacy = true;` It must be called before loading any sound files. I tried to get around this by focusing the canvas,...

This hack seems to actually work: ``` ``` [Silence.mp3](https://github.com/anars/blank-audio/blob/master/250-milliseconds-of-silence.mp3)

I get why they did it, annoying auto play videos. But I think they overlooked html5 games in this, as I wouldn't be able to do things like intro logos...

I'd love to see this as well

thanks for that solution @AndersMad - I ran into this same error with certain images via SKBitmap.Decode(stream): ```csharp Stream? stream = /*......*/; var bitmap = SKBitmap.Decode(stream); // NOPE, error! var...

I too would like the option to disable HTML validation, same use case as @SilverFoxA - an email template editor. It messes up the HTML when using Handlebars type tags...

this is an interesting idea, if I can make it work in the browser I'll do what I can to get this into next week's release.

+1 I'd love to see this (if I have time maybe I'll submit a PR), considering it probably wouldn't be that difficult to add in. I'm 50/50 on agreeing that...