Mike Behnke

Results 44 comments of Mike Behnke

Just wanted to say that it's kind of a myth that screen readers don't read dynamic JavaScript: http://a11yproject.com/posts/myth-screen-readers-dont-use-javascript/ > According to a January 2014 survey conducted by WebAIM, 97.6% of...

I've added an issue for the `video_player` plugin, if anyone wants to add comments there: https://github.com/flutter/flutter/issues/25388 From a UI perspective in Chewie, it could potentially need a CC button and...

I agree the UI itself (i.e. the CC button) would be good to implement in Chewie, but the basic functionality needs to be in the VideoPlayer plugin. Otherwise people who...

I think it is really important that VideoPlayer at a minimum reads the subtitle files and provides a method to subscribe to the text to be rendered. I do not...

We are getting closer to the point were we are going to need this functionality, and we definitely want it to utilize embedded subtitles. We have experience implementing this in...

@brianegan thanks! I would be interested in helping as a maintainer since we do use this in our production app, and currently point to a fork we have (which needs...

Can confirm I ran into this with regards to `setInput` and `detectChanges: false` in a really simple test. In my case I was able to work around it with the...

In addition to the above, you can also wrap your component with a HostComponent using the `createHostFactory`, and pass Input props when the component is instantiated also. This is useful...

> This issue (maybe) is caused by regeneration of package-lock.json when node_modules are already present. This definitely seems to be the issue, particularly (in my case at least) with respect...

I would recommend making a separate script that uses the Forms API, and not update the script that uses the Sheets API, as that API has not been changed. It...