Results 27 comments of Adam

I haven't seen this issue occur myself, but if it is still a problem, I wonder if [disabling native scrollbars](https://jsfiddle.net/c2gtn3d1/) would fix the problem.

Regarding this code from the README: ```js export default { metaInfo() { return { title: 'My Options API title', } } } ``` How can I have the title be...

I also would like to see this feature implemented. See [Smart Scheduling](https://smartscheduling.com/) for an example of what this looks like (notice that you can see each employee's schedule in its...

I'm interested in this issue as well. I have an email from `Example, Véronique `, so `envelope.from_[0].name` looks like this: `b'=?UTF-8?Q?Example,_V=C3=A9ronique?='` Thus, I need to run it through `decode_header` (`from...

In my testing, this pull request's code appears to work fine on Android, but not iOS. Here's an example image: https://en.wikipedia.org/wiki/File:ESM_Australia_ribbon.png When I write the above PNG on iOS, the...

I performed a quick and dirty fix and haven't tested it thoroughly, but it seems to work, so far. Currently, this is what the `convertCurrentChunkToBase64AndWriteToDisk` function does: ```javascript turnArrayBufferIntoBase64EncodedString( writeConvertedChunk,...

@LightMind Thanks for the reply. It turns out I accidentally used the code from https://github.com/LightMind/cordova-plugin-file/blob/master/www/FileWriter.js instead of https://github.com/LightMind/cordova-plugin-file/blob/issue/364-writing-large-files/www/FileWriter.js . I switched to the correct code and iOS still crashes with...

@LightMind Regarding this quote from my previous comment: > So I switched to the code from https://github.com/LightMind/cordova-plugin-file/blob/master/www/FileWriter.js That wasn't a typo. I used the code from your fork's `master` branch....

These days, if you use two different video formats (WebM and HEVC), you can have a transparent video that works in all of the major browsers except Internet Explorer with...

@safeisnotanoption https://kitcross.net/hevc-web-video-alpha-channel/