-
Hi, I'm using LiquidCore as a JavascriptCore engine for Android, by using this guide- https://github.com/LiquidPlayer/LiquidCore/wiki/LiquidCore-as-a-Native-Javascript-Engine
I'm experiencing the s…
-
How to clear listener in NodeJS (MicroService) of LiquidCore.on()?
In java it is possible by service.removeEventListener(), how do it in javascript node?
Can't see method LiquidCore.off() like in …
-
OS: macOS 10.14 (18A391)
Xcode: 10.1 (10B61)
Pod: 1.7.5
LiquidCore: 0.6.2
I am able to run a demo with MicroService in pure swift project. However, I cannot use `use_frameworks!` in my project d…
-
I am getting this error when reaching this point:
npm run pod-config -- --target= --podfile=
Any solution, please!!?
alzin updated
4 years ago
-
When we're using LiquidCore for WebSocket works in iOS background queue, after few minutes (usually, about 5-10 minutes) some memory leaks happens and we got memory error.
I've tried your iOS examp…
-
Is it possible to run a JS function using this library if the .js file is stored in the res directory? It's not really clear for me from the docs
-
`example.js` is not getting bundled into the app like it is supposed to.
Workaround: Make sure you have enabled [arbitrary loads](https://stackoverflow.com/questions/32631184/the-resource-could-not…
-
Hi there,
Thank you so much for this great library. I wanted to know if it is possible to build it against nodejs 10.15.1 instead of nodejs 8.9.3.
Please let me know.
-Pedro
-
Hi,
I have been facing an issue with the latest iOS version- 12.3.1.
I have a simple application which uses LiquidCore to communicate with the NodeJS layer of the app. We ran the same ipa file on…
-
I am running a very basic app with where in I am calling the JavaScript layer thru a loop. Multiple instances of Service are being created and started.
The issue is at times the application crashe…