-
LiquidCore: 0.4.6
ndk: r17
Compile Message:
FAILED: : && /Users/chufuxi/Development/android-sdk-macosx-google/ndk-bundle/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ --target=armv7-none-li…
-
-
Hi,
I've been trying to install the `LiquidCore` with Cocoapods after the `pod update` the pod doesn't show in the pods list. This is how i add it in the `podfile` `pod 'LiquidCore', '0.6.0'`
-
Hi I have a class Person as:
`Person {
@JsonProperty("Name")
String name;
@JsonProperty("Age")
int age;
}`
I want to pass this into AndroidJSCore but i got exception unknown property 'Na…
-
Bloom is looking for great developers to help us build out the Bloom Share Kit ecosystem. Share Kit is the mechanism used for registering or authenticating on third-party websites and apps using your …
-
I'm currently [in the middle](https://github.com/j0j00/flutter_liquidcore) of creating a Flutter package for LiquidCore, but I'm having trouble getting the iOS version to work as I don't have much exp…
j0j00 updated
5 years ago
-
Hi,
I was trying out your nice project, but it seems there is one little problem during the `AndroidManifest.xml` merge process.
Is there any reason why you set `android:supportsRtl="true"` in y…
-
```
TypeError: undefined is not an object (evaluating 'Array.prototype')
at org.liquidplayer.webkit.javascriptcore.JSContext.evaluat…
-
Hi, I'm a little bit confused, do we need metro bundler or we can do everything in an Android app. I'm using LiquidCore on Android and set up MicroService like that:
> val service = MicroService(
…
-
there are some deadlooks in the code
if i map a native async methhod with a js callback as parameter
native method call js callback
callback call another async native method
native method call js cal…