Sante Kotturi

Results 24 comments of Sante Kotturi

any update on this? Looks like these dependencies are still there and the lib doesnt work with the way its currently documented (just importing `lib/angular-timer/dist/angular-timer.js` )

I have it working in an ionic modal with a scope variable: html: ``` {{countdown}} ``` variable bound to `scope` in `ionicModal`: ``` scope.countdownTime = 200; ```

@ck-on did your approach work for you?

@enzor77 try wrapping onHomeIconPressed in addEventListener ``` document.addEventListener('deviceready', function () { ThreeDeeTouch.onHomeIconPressed = function(payload) { console.log("Icon pressed. Type: " + payload.type + ". Title: " + payload.title + "."); if...

@ankushgoyal27 I haven't implemented linkPreview but according to the docs, it doesnt work in all cases. why are you passsing `available` to the `enableLinkPreview` callback? the readme doesnt make it...

I've included the styles in angular.json build.options.styles but I'm still getting massive icons when using Angular Universal until the server => client transfer occurs. ``` "build": { "builder": "@angular-devkit/build-angular:browser", "options":...

Just saw a bunch of updated for v4 of the capacitor plugins (is that entreprise only?) but sadly no mention of video support. I think this is going to force...

Spent 4 hours trying to get ng2-charts into my ionic3/ng4 app. can't get past this error that's now 4 months old?? Can anyone share a working example with all of...

@piernik I had the same issue. I resolved it (maybe just temporarily) using this plugin which pegs the Play Services versions. I tried a bunch of options but in the...

@JohnScottMcNerney did you find a solution to this? I'm curious about restorePurchases -> `state: undefined` I'm seeing this on my subscription statuses along with `date: undefined`, making it impossible for...