Federico Ricchiuto
Federico Ricchiuto
**Application init - Check for refresh token or call login** ``` import { ApplicationSettings } from '@nativescript/core'; ApplicationSettings.setString('x-refresh-token', tokenResult.refreshToken); ngOnInit() { // Check if refresh token is stored, otherwise return...
> Thanks Federico. This plugin needs help from folks like yourself. I got it off to a good start, but it deserves to be cared for, much better than I...
``` constructor(private routerExtensions: RouterExtensions) { } this.authService.tnsOauthLogin('') .then((result: ITnsOAuthTokenResult) => { console.log('Returning to login component with token: ', result.accessToken); this.routerExtensions .navigate([ '/login-successful' ], { clearHistory: true }) .then(() => {...
Hello @oleibman, Sure, I can share the code! Let me specify that I'm using [Laravel-Excel](https://laravel-excel.com/), which in case you don't know, it's a wrapper around your library that makes things...
Nice, thanks for having checked @oleibman! I'll link this post in their issue ;-)
Or you can use an `Crop` tag, it will not trigger any form submission. Please write in english to let other people understand what's written and avoid to re-post already...
I agree, it would make the extension really complete in my opinion. Not having groups means you have to: - unstash tabs - recreate the groups (remembering name & color)...
Hello, new user here 😃 Is this feature already scheduled for development? To be honest having tray icons is quite important with messaging Apps, so not having evidence of received...
Are we talking about these icons?  It seems really strange to me that they are deprecated by Microsoft, many apps show badges when there is an update, e.g. Slack...
Well, I've noticed the problem when I've tried to open the folder again, from bookmarks. Maybe that could be the trigger: if the device was already mounted, then a new...