Brian Bak Laursen

Results 10 comments of Brian Bak Laursen

It now shows that this is still a problem for us. Anybody else having this issue?

Thanks a lot to both of you. @remmeier First of all, that would still require you to maintain the attribute definitions in two places, right? But thanks a lot and...

@hypery2k I'm having the same problem on most recent version of Nativescript.

Don't know if this helps you but my package.json looks like this. All working on android but on iOS it just does not do anything: ``` "dependencies": { "@angular/animations": "~7.2.0",...

@0x80 You can find it here: https://github.com/voltrue2/in-app-purchase/blob/develop/index.js On line 107 you can see that it says receipt.purchaseToken but it should be looking at the parsed token. I've highlighted it below....

I have the same problem. Should probably be fixed since it will result in multiple API calls if you "do something" on focus.

Seeing this now: ``` node_modules/yahoo-finance2/node_modules/ajv/dist/types/json-schema.d.ts:1:92 - error TS1005: '?' expected. 1 declare type StrictNullChecksWrapper = undefined extends null ? `strictNullChecks must be true in tsconfig to use ${Name}` : Type;...

@Kavinjsir There is an overall quota that is blocking you. Under Compute Engine API (https://console.cloud.google.com/apis/api/compute.googleapis.com/quotas). You either need to raise your quota to more than 500GB for Persistent Disk SSD...

Can you even get text dynamically? I cannot seem to be able to do that. Really it is not worth much without being able to get the text as it...

Is this something that you are working on so that we can use the feature for ios? Not having auto complete as standard in nativescript is really a great loss...