ios icon indicating copy to clipboard operation
ios copied to clipboard

NativeScript for iOS using V8

Results 68 ios issues
Sort by recently updated
recently updated
newest added

This is still a WIP. It uses a lot of node code to pass messages between the workers. This already allows us to pass 2 things we previously couldn't: 1....

cla: yes

uses clang-format to format all files according to the same styling that V8 uses. We should consider doing this only after the pending PRs we have are merged (including the...

cla: yes

This PR enables NativeScript embedders to run arbitrary js strings with the NS runtime. Also default metadata binaries are copied to the NativeScript.framework product when env variable INCLUDE_DEFAULT_METADATA=true (used to...

cla: yes

I have hybrid app with NativeScript and upgraded the Angular version from 14 to 16.2. When I take iOS build I am getting this below error. When I try to...

On an empty nativescript-vue project, if you throw the application out of the tray, an error pops up (IOS simulator IOS version 15.2) It happens without any intervention in the...

bug
in progress

### Issue Description When changing the timezone settings on iOS the locale seems to be changed, but the time is not set to the correct time for that timezone. Here...

Partially fixes #216 (developer would be responsible for calling this function when timezone changes).

cla: yes

Hello together, I am currently trying to debug an issue in my app which seems to be related to an older iOS version being used, seems like ngOnInit is not...