Keith Gulbro

Results 16 comments of Keith Gulbro

I ended up using the following code snippet to workaround the v-model issue: ``` data() { return { val: null } }, methods:{ textFieldChange(args) { this.val = args.value; } }...

@madsb No luck on my end either, this item should be prioritized higher considering VueX is a major feature utilized by nearly all VueJS applications. What are your thoughts?

Same issue, @davecoffin please advise.

@yunikkk Just checking in to see if this is in active development or has been prioritized. It seems a decent chunk of developers would find significant use from this feature...

@alexziskind1 This error is still present in version `3.0.3` @JohanBeumer's comment is valid. This plugin on android spits out the following error: ``` ERROR in ../src/tns-oauth-native-view-controller.ts:21:14 - error TS2339: Property...

Having the same issue: ``` nativescript-oauth2/tns-oauth-native-view-controller.ios.js:12:23: JS ERROR Error: Class "SFSafariViewController" referenced by type encoding not found at runtime. (evaluating 'new TnsOAuthLoginNativeViewController()') ``` Currently on Nativescript 6.5.0 for both platforms...