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

# The problem NativeScript began an experimental Windows runtime effort: https://github.com/NativeScript/windows-runtime ... However, it was abandoned and there are no plans to revive it in the near future. # A...

**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:...

@NickIliev commented on [Mon Apr 01 2019](https://github.com/NativeScript/nativescript-cli/issues/4487) @isawk commented on [Mon Apr 01 2019](https://github.com/NativeScript/NativeScript/issues/7093) **Environment** Provide version numbers for the following components (information can be retrieved by running `tns info`...

**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:...

**Environment** - Real iPhone device (Cannot use emulator, as emulator doesn't support Audio Toolkit) - CLI: 5.2.x (latest) - Cross-platform modules: 5.2.x (latest) - iOS Runtime: 5.2.x (latest) - Plugin(s):...

1. Create ng project `tns create test --ng` 2. Add ios platform 3. Run debug with inspector in hmr mode `tns debug ios --hmr --inspector` 4. Add breakpoint 5. Break...

severity: low
bug

Enable the following domains - [x] Debugger - [x] Source maps - [x] Log/Console https://github.com/NativeScript/ios-runtime/issues/701 - [x] Network - [x] CSS - [ ] DOM - [ ] Conditional Breakpoints

feature

This will allow JavaScript code to check if the app is built for `Debug` or `Release`. A possible implementation is to set the value of JavaScript variable in code surrounded...

severity: low
feature
help wanted
good first issue

### Support for Workers For Android solution please check - https://github.com/NativeScript/android-runtime/issues/532 #### Description General guidelines for the Workers implementation effort and specification in the context of NativeScript. We have an...

I am trying to modify a swift library so that it can work with {N} https://github.com/Akylas/NextLevel The idea was to add a few ```@objc``` ... It almost all work flawlessly...