Kevin Kelchen

Results 7 comments of Kevin Kelchen

I’m not sure if it’s changed recently, but using Capacitor with Live Reload will result in source maps working on Android (at least it does for us). I know that...

Not sure what happens now, but it appears the reload was just added back in https://github.com/ionic-team/capacitor/pull/5391 I'm glad it was added back as we've had issues where the OS kills...

Yep, it can be rough. Using more resource/memory-intensive technologies like WebGL (used in modern map control JS libraries) can exacerbate it as well. We'd like to embrace that technology but...

I posted a Q&A [Discussion item](https://github.com/ionic-team/capacitor/discussions/5488) related to detecting the involuntary reload for anyone who's curious. It also summarizes our approach to informing the JS layer about the reload (albeit...

> This allows third party libraries to use NHttp without developers needing to rewrite their code. It also allows Capacitor developers to use more web APIs while getting the benefits...

I think I reported this same issue (#124) and it's just been fixed and released in v0.4.3.

I wonder if this could be expanded beyond comparison operators and apply to expressions in general. Expressions that evaluate to truthy/falsy would be common scenarios, but the scope would probably...