J.D Nicholls
J.D Nicholls
Exist any way to prevent issues using **Hammerjs** in the meantime? 😅
@olivermuc it looks like you need to compare the distance when the **setTimeout** is executed: ``` this.pressGesture = createGesture({ el: this.pressButton, gestureName: 'button-press', gesturePriority: 100, threshold: 0, direction: 'x', passive:...
@davidquon who is @olivercodes?
@olivermuc I mean about this PR https://github.com/ionic-team/ionic/pull/19861 Having a `maxThreshold` option to allow a little movement on the x and y axis
@Taarek @joergrech did you try using `data-bs-dismis` instead of `data-mdb-dismiss`? 🤔
Or moving this library to the RN Community? => https://github.com/react-native-community
You can have a loop to iterate your `requests` list in order to call the `Abort` method of every request of the `RequestHelper` object, what you think?
ohh it would be awesome, any pull request is welcome! 💯
Hello mate, hope you're doing well Can you send me any example using UnityWebRequest directly? I don't have experience using that, but with a code sample I can help you...
Hey mate, thanks for sharing! Try this example and please let me know ```cs RestClient.Get(new RequestHelper { Uri = "https://myapi.com", CertificateHandler = new YourCertificateHandler() }).Then(response => { }); ```