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

## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#commit-messages. - [x] There is an issue for the bug/feature this PR is for. To avoid wasting your time,...

feature
epic
cla: yes

Im trying to rebuild ios-runtime like this blog https://blog.nativescript.org/running-the-nativescript-runtime-for-ios-on-apple-tv/ but im geting error and warnings ` CMake Error: Unknown argument -appletvsimulator CMake Error: Run 'cmake --help' for all supported options....

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

_From @vbresults on November 6, 2017 11:22_ I ran into this when setting a delegate in my project which is TypeScript compiled down to ES6. The problem would be that...

bug

**Environment** ✔ Getting NativeScript components versions information... ✔ Component nativescript has 6.7.8 version and is up to date. ✔ Component tns-core-modules has 6.5.10 version and is up to date. ✔...

### Enviroment "tns-core-modules": "6.5.25" "nativescript-vue": "2.4.0" "tns-io": "6.5.4" ### Describe the bug NS is not freeing memory on page navigations on iOS. When profiling, on each page navigation, the memory...

**Environment** - Cross-platform modules: - _nativescript 6.7.8_ - _tns-core-modules 6.5.21_ - iOS Runtime: - _tns-ios 6.5.3_ **Describe the bug** App works just fine on iOS 14.1 and below (deployed using...

Hi! I try to pusblish my app on AppStore and everything works well: build cmd and publish cmd but then I received an email from App store connect: ITMS-90426: Invalid...

it can be either at the package.json top level or ios object. Did that because now we have it on ios and android we could move it to the toplevel....

cla: yes

Is there a way to implement idle timer in NativeScript iOS. I am using nativescript 7 and already tried: https://stackoverflow.com/questions/48788676/detect-app-inactivity-idle-timeout-in-nativescript However in NativeScript 7, adding and initializing custom UIWindow does...