Saeid Mohadjer

Results 26 comments of Saeid Mohadjer

I ran into this problem as well when upgrading to latest nodejs version.

I agree with ThiRaBrTNK. This is a polyfill after all.

I could setup an api in yaml and reference it in my lambda using RestApiId as shown below: ``` MyApi: Type: AWS::Serverless::Api Properties: StageName: Prod Name: MyApi BinaryMediaTypes: - multipart/form-data...

I have created a code pen with a link in the first slider that shows this problem (link can't be clicked in latest Chrome): https://codepen.io/smohadjer/pen/VROdJE

> Accorrding to information written above, a have added to initial options of all my sliders next code: > > **touchEnabled : (navigator.maxTouchPoints > 0)** - that enable swipe functions...

@vsindylek That's not going to help me, we have dynamic content inside slides coming from CMS.

The problem in Chrome seems to be related to use of setPointerCapture() in bxslider. When I comment out the following snippet in jquery.bxslider.js links start working in Chrome and touch...

@haseebtirur Be careful with that, you will loose touch functionality on iPhone since Safari doesn't support maxTouchPoints. See browser support for it here: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/maxTouchPoints