ios-jsc icon indicating copy to clipboard operation
ios-jsc copied to clipboard

NativeScript for iOS using JavaScriptCore

Results 102 ios-jsc issues
Sort by recently updated
recently updated
newest added

It would be awesome to be able to use JS magic on NSArray. That way a native module could return a NSArray as if it was a jSArray (preventing slow...

In the NS runtime, the code will return undefine ` var crypto = global.crypto || global.msCrypto ` Any plan to support Web Crypto API? https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API

This could improve memory usage, GC times, performance and startup time.

feature

There's currently no support for calling functions with SIMD vector type arguments and return values on `i386` and `armv7` architectures. `simd_float2`, `simd_float3`, `simd_float4`, `simd_double2` tests are failing and app crashes...

bug
won't fix

1. Run `tns debug ios --inspector` 2. Open Elements tab in the inspector 3. Do the above steps several times Actual: The elements tab will show some times and don't...

1. Execute tns debug ios --inspector 2. Navigate to Resources 3. Right click in the designer 4. Click Inspect Element Actual: The inspector will become unresponsive Expected: This option should...

1. Execute tns debug ios --inspector 2. In the Inspector right click on the tabs 3. Click Reload Actual: The inspector will be detached. You need to execute tns debug...

The last devices from the Apple's portfolio are iPhone 5, iPhone 5C and iPad. Those devices are no longer supported by the latest versions of the - iOS11 and newer....

breaking change

_From @bradmartin on July 31, 2018 5:44_ ### Did you verify this is a real problem by searching the [NativeScript Forum](http://forum.nativescript.org) and the [other open issues in this repo](https://github.com/NativeScript/nativescript/issues)? Yes...

in progress
os: ios
improvement

I've looked and haven't found any way to do this but there should be a way to "reload" the runtime without just closing the app. In android, the app can...