Tom McLellan

Results 17 comments of Tom McLellan

@moberwasserlechner Thanks for sharing this great plugin! I'm working on a similar server code flow scenario where a Capacitor app lets the user authenticate with Dropbox or Google Drive to...

Thanks for clarifying. I got it to work with the standard Capacitor Browser plugin by adding some special logic on the redirect URL page (on our server) to trigger a...

Great to see this on the roadmap. In the meantime, if working on a custom Capacitor plugin, are there any creative workarounds that might allow returning a blob/binary data without...

@jcesarmobile thank you! I was using convertFileSrc while running ng serve and getting a CORS error on the "capacitor://localhost" URL, but I see now that fetch is working with convertFileSrc...

Blob writer plugin looks like an elegant solution, impressive benchmarks. Thanks @diachedelic for sharing!

Thanks @lucas-zimerman and @piotr-cz for the support here, I figured out the root cause of why my global error handler wasn't getting triggered on native, and it's not Sentry. It...

This is hard to troubleshoot without an example PDF file, but one thing to know with `pdf-lib` is that it has some limitations such as not handling encrypted documents (https://github.com/Hopding/pdf-lib?tab=readme-ov-file#encryption-handling)....

Apple has announced they'll no longer accept new apps with UIWebview in April 2020 and no more app updates in December 2020. @ChrisTomAlx are you still maintaining this plugin for...

Thanks @ChrisTomAlx for clarifying. We're actually running the plugin on a project with Capacitor, Ionic's alternative to Cordova, and it's only using WKWebview. Even with that setup, we're still getting...

Thanks Chris, appreciate the background, we'll give that a try. Cheers, Tom