The web walker
The web walker
> P.S.: Probably, to fire a opposite-edge event make sense. Why is this needed? > P.P.S.: Also investigating a debounce on (some or all event handlers) can make sense. Is...
> The only "limitation" I found is: > User tries to swipe towards right, suppose event.detail.dx (distance from first track event pos) is 22, until the event.detail.dx is -22 (user...
`slideOffset` is adequate. By default, we need to drag at a distance beyond the value of `slideOffset` and release the draggable panel. It will slide all its way to the...
@leodido Might need some time to review.
I propose that we should include a way to define custom errors when `filterWith`, like so: ```js const schema = { first_name: { type: 'string', required: true, error: new TypeError('first_name...
@davidpaulhunt Missed out that `message` field. Will definitely try that out. `whitelister` is awesome btw. Simple yet powerful enough to get the job done and done it right! 👍
@davidpaulhunt I see. But it'd be nice if it can be function, like so: ```js // message: val => { ... }, const schema = { first_name: { type: 'string',...
@davidpaulhunt Any update on this?
@davidpaulhunt This totally fit my purpose. 👍
@mbleigh I further tested with just Firebase SDK and `signInWithRedirect` works flawlessly on the following browsers: - Firefox Developer Edition v50 (Windows x64) - Firefox Stable v48 (Windows x64) -...