android
android copied to clipboard
Android runtime for NativeScript (based on V8)
``` Fatal Exception: com.tns.NativeScriptException: Cannot find runtime for id:1 at com.tns.Runtime.runWorker(Runtime.java) at com.tns.Runtime.access$1500(Runtime.java:39) at com.tns.Runtime$WorkerThread$1.run(Runtime.java:472) at android.os.Handler.handleCallback(Handler.java:873) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:214) at android.os.HandlerThread.run(HandlerThread.java:65) ``` nativescript: 6.2.2 tns-core-modules: 6.2.1 tns-android: 6.2.0...
**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project): - CLI:...
**Is your feature request related to a problem? Please describe.** NO **Describe the solution you'd like** 1).希望, nativescript-vue, 可以支持安卓4.4版 2).希望, nativescript-vue,可以支持调用通讯录 3).希望, nativescript-vue UI,可以和 Vux UI 一样 ( Url: "https://doc.vux.li/zh-...
**Environment** - CLI: 6.1.2 - Android Runtime: 6.0.2 / 6.1.2 **Describe the bug** I'm working on custom animation (screen blinking at 60fps) on Android, and I was very surprised that...
Workers API
### Support for Workers For iOS solution please check - https://github.com/NativeScript/ios-runtime/issues/620 #### Description General guidelines for the Workers implementation effort and specification in the context of NativeScript. We have an...
_From @calebeaires on March 25, 2016 14:50_ Fresh Nativescript app (with no modification) stop working on Xiaomi Redimi 2 Prime smartphones. I have tested the same app on Sansung, Nexus,...
Currently, the `buildMetadata` task in the `app/build.gradle` does not depend on changes in the application's `App_Resources/Android/libs` folder. The bug is reproduced with the following steps: 1) execute `tns build android`...
Currently, the way to use Kotlin features in a NativeScript app is by using them as used in a Java code e.g. https://kotlinlang.org/docs/reference/java-to-kotlin-interop.html There should be a more convenient way...
Currently, the JS parser in the SBG does not fully support parsing the ES6 syntax. We should research what changes need to be made and implement them. One of the...
So at times plugin devs may need to extend classes to be used for android services e.g Broadcast Receiver, Activities, Firebase Message Service.. etc .. it would be nice if...