Igor Randjelovic

Results 388 comments of Igor Randjelovic

Here's a working solution: https://play.nativescript.org/?template=play-vue&id=E3AhZI?v=1 It directly manipulates the TextField rather than through a binding. Only tested on android, and had to add a fix to move the cursor to...

We had `util-inspect` bundled with `natvescript-vue` for a while, but has been removed to reduce bloat in 2.6.0: https://github.com/nativescript-vue/nativescript-vue/releases/tag/v2.6.0 The issue is really that the runtimes don't handle all circular...

@afliw it's already being used in the latest version, in fact all options that are supported by ns are passed through. The promise is resolved when the modal is closed,...

Please clarify your question (even better on Slack/Discord) - not quite sure what you are asking!

Yes you can use any platform APIs directly in NativeScript (and NativeScript-Vue). For example in ObjC you would write the following: ```objc NSURL *url = [NSURL URLWithString:@"http://example.com"]; NSURLRequest *request =...

> You can add some bench marks into the code; rename the existing function to _setPropertyValues and create a new setPropertyValues and add const x = Date.now(); this._setPropertyValues(...); y =...

@DimitrisRK I'm curious about your thoughts on this approach.

@farfromrefug seems like the ScrollView tests in `apps/automated` lock up with this change - we definitely need to address that before a merge. (look into why it locks up &...

Could be related to this: ![image](https://user-images.githubusercontent.com/879060/107273156-faa45880-6a4e-11eb-89c7-8441b8d6f6aa.png) Can you try updating the branch from `NativeScript:master`