ios-jsc
ios-jsc copied to clipboard
NativeScript for iOS using JavaScriptCore
### Overview of the issue When the app is open and a user changes any permissions in the system settings, the app then freezes instead of being force closed. ###...
More and more people are asking for a way to test {N} within an existing native application. Such an integration will allow for better adoption since starting an entire application...
Currently, new javascript methods can't be added to a Obj-C subclass after the "extend" method is called. This makes it difficult (basically impossible) to override methods on various UIViewController and...
_From @AshleyCao on April 6, 2018 0:10_ Hi, after reviewing the related questions, I am still unable to find solution to our issue. As suggested, async function is compile-able in...
### Please, provide the following version numbers that your issue occurs with: - CLI: 3.4.3 - Cross-platform modules: 3.4.1 - Runtime(s): ios - 3.4.1 - Plugin(s): (look for the version...
_From @bergeragoston on April 21, 2018 9:36_ Dear friend, we, the rest of the NativeScript community really appreciate your feedback! While we are doing all we can to take care...
I'm looking for some commands that can get me the following information; 1. The currently running memory usage 2. Running a GC 3. A full heap snapshot to see what...
_From @Andrea65 on February 16, 2018 11:14_ Would it be possible to support Carthage libraries besides Cocoapod? I'm developping a plugin that uses a third party library supplied only in...
_From @thomaspaniagua on September 9, 2017 3:28_ So I'm trying to have some OpenCV code running in an iOS Nativescript App. I have a camera wrapper with a callback that...
Angular is using System.import to require modules dynamically, if we have the System.import API implemented in both the iOS and Android runtimes we may be able to reuse some services....