Michael Brooks

Results 17 issues of Michael Brooks

### Description We should start to include the receiver type (`HttpReceiver`, `SocketModeReceiver`, `AwsLambdaReceiver`, `ExpressReceiver`) in the user-agent string. This would allow us to understand the adoption of each receiver and...

enhancement
semver:patch

Let's decide on the minimum version supported for Android. The key point is that Android uses different menu types for Android 2.x-3.x and 4.x

Android

Let's decide on the minimum version supported for BlackBerry. BlackBerry has a wide range of devices and the menu has changes dramatically between BlackBerry 6.0 and 10.

BlackBerry

Let's decide on the minimum version supported for iOS.

iOS

### Description The publish workflow is created duplicate tags. The manual release steps creates a semver tag (e.g. `v1.20.0`) while the `JasonEtco/build-and-tag-action` action creates a second tag that's missing the...

bug

Events defined as elements attributes only fire on anchor elements. Event fires: ``` Move ``` Event does not fire: ``` Move ```

It should only be fired on mousedown + mousemove

This device uses a mobile webkit browser, but does not have touch input. Does it still support touch events? Does the pointer fire touch events?

Torch is a wonky device that has both point and touch interaction. Does pressing the pointing fire a mouse, touch, or both?

From my understanding, Palm device do not support touch. Will be nice to see if thumbs.js can add touch event handling.