Max Lynch

Results 224 comments of Max Lynch

Hi all, will take a look at this as part of #2495

@jcesarmobile makes sense. This won't solve that problem but provides an easy way to get system wide cookies using the native Cookie management APIs which I think solves this

@hellokingdom > A few things that come to mind from building a few fairly large apps: > ... > 3. App versioning/build numbers and how to manage within Capacitor and...

@creativiii > > Out of all the suggestions it's a real bummer to see v4 get released and still no mention of this anywhere in the docs. The docs and...

Would be a good one to look at after 1.0 to improve filesystem performance, along with #1392 and #1391

Agreed, we need to figure out a good solution for service workers (likely what Ionic does: a basic implementation using workbox) and then add push support. Marking this as high...

Clearly we need to be more up front that apps should not use indexeddb or local storage if persistent data storage is a requirement. This is why our Storage library...

👍it might very well be possible to do a migration here. This is a tool we used for going from UIWebView to WKWebView: https://github.com/ionic-team/cordova-plugin-migrate-localstorage/ Unsure about indexeddb. Any input/expertise from...

@bshafiee what PR are you referring to?

Has anyone here used Capacitor and its Filesystem as a comparison to see if it has the same issue? It could be an issue w/ the file plugin from Cordova...