Brandon Bechtel
Brandon Bechtel
Any comment from the maintainers on this? I'd really like this feature as well.
@silkimen I believe this is due to an [ongoing issue](https://github.com/ionic-team/capacitor/issues/1564) with ionic/capacitor apps and Angular's Zone library. I implemented [this suggested solution](https://github.com/ionic-team/capacitor/issues/1564#issuecomment-647165490) in your library, and it fixed my issue....
@RomanRobot I ended up overwriting the prototype method in a bit of a hacky way until the library can be updated. I put this in main.ts: ``` const originalReadAsArrayBufferMethod =...
It turns out this was an issue with how the config["imports"] packages were being loaded. I have a PR ready to submit, but do I need specific permissions to contribute...
Sure...this is line 52-64 of the bundler.js file in /lib: ``` // If a packages file was provided, use it in the dummy project if (sourceDir) { var sourcePacksFile =...
+1 for this issue. I just found out about this project. I'd like to add it as a package to run inside my current meteor application instead of running it...
That would be great! I think all it would require is repackaging the code and exporting a few variables using package.js.
I had this issue as well. I use mup to deploy my meteor project on DO, and assigned my `"phantomPath": "/usr/bin/phantomjs"`which is where mup installs phantomjs (technically the path is...
@slclark I'm seeing this same issue. Did you figure out a work around?
@slclark This is a roadblock for something I'm working on, so I'll probably be focusing on it quite a bit over the next few days. @ariutta Do you happen to...