Blake Bowen
Blake Bowen
The Windows 10 touchpad in the taskbar fires a scroll event. But there's a bigger issue. Touch is broken on Windows, and touchscreens are pretty much standard on most Windows...
That's mostly for testing purposes. Touch will always be available in Edge via PointerEvents. In other news, Firefox 59 just enabled PointerEvents for desktop. https://bugzilla.mozilla.org/show_bug.cgi?id=1411467
>I moved from GSAP 2 to 3 recently and the animation.gasp plugin stopped working, probably because Greensock changed API ( we have to use gsap instead of TweenMax): TweenLite/Max and...
I don't know about the amd stuff, but for CommonJS, I think this will work for v2 and v3. ```js var gsap = require('gsap'); // TweenMax/TimelineMax will be global in...
This line might need to be different. Depends on how the bundler resolves "gsap". ```js var gsap = require("gsap/dist/gsap") || require("gsap"); ```
@henri-hulski True. It can be a little unpredictable in some mobile browsers, but mobile support has been added to their Backlog milestone. When or if we might see that completed...
@christianalfoni I'm not familiar with the API either, but it sounds like the `onDidChangeModelContent` event might be what you're looking for. It will give you the line and column number...
Nope. I couldn't get that new MusicStore.Spa to work either.