jesben
jesben
version 1.3.4 works in iOS 15.4.x, but version 1.4.1 do not, either it does not return or it is 10 times slower, no errors! using html2canvas with jsPDF...
@mistermoe nice I will try the same to day then. Have you see this pull request: https://github.com/mongodb-labs/mongo-connector/pull/781 ?
@jo-arroyo correct that would be super cool. I'm a fan of MSAL Angular, Azure appservice and storage account. It would be really cool to have a lib that can take...
Inspiration: https://gaurav-techgeek.medium.com/re-architecting-authentication-with-service-workers-ff8fbbbfbdeb
Me and a colleague have struggled a lot with this error. We have 2 identical apps, same code, just different key vaults. The latest app reg. works through an app...
I needed week numbers so I made this quick and DIRTY solution for a week picker. Sorry for not sharing clean code, but maybe it will inspire others. Looking forward...
``` x_on_start = e.touches[0].clientX; y_on_start = e.touches[0].clientY; ``` ``` let offsetX = e.touches[0].clientX; let offsetY = e.touches[0].clientY; ``` Is working :)