Arjan Haverkamp

Results 40 comments of Arjan Haverkamp

Yup, that's what's really missing here.

This issue is caused by the fact that both `pointerup` and `touchend` events are fired at slide end. Nowadays, all browsers seem to implement pointer events (See https://mobiforge.com/design-development/html5-pointer-events-api-combining-touch-mouse-and-pen for more...

murkle's comment converted to actual code: ``` ctx.prototype.__parseFont = function () { function parsedStyleForCSS(cssString) { var el = document.createElement("span"); el.setAttribute("style", cssString); return el.style; // CSSStyleDeclaration object } var parsed =...

♫ Don't you forget about me... (© Simple Minds) ♫

Pretty sure this has to do with EXIF orientation info in the original image? I can't check, as the original image is not available for download anymore.

MP3's loaded via preloadComplex **do** play on iOS9.2, files loaded via preloadSimple **do not** We've been using this Cordova plugin since ages, and it still works great for Android, but...

``` var rec = new Recorder({ url: 'rtsp://user:[email protected]:554/h264Preview_01_sub' ... }); ```