Flucadetena

Results 48 comments of Flucadetena

hey @soubhikchatterjee the way to use it in Ionic 3 is to use: `(window).plugins` instead of `cordova`. For example: `this: (window).plugins.openwith.setLoggedIn(true); Instead of: corodva.openwith.setLoggedIn(true);` I know this works, but i'm...

Hi, hope someone can help me. I'm getting the Error: > The entitlements specified in your application’s Code Signing Entitlements file are invalid, not permitted, or do not match those...

Hi Viking, if check my App Id tons of times, and already have two app Ids, one fro the app and the other one for the extension. In both the...

Hi @jffs and @Lucaro-P just in case you never solved the problem, or for someone else looking to do this, the explanation in the docs about the "handleSignInResult and didSignInForUser"...

I'm having the same issue, the documentation states that using: ``` console.error(new Error('I failed you')); console.error('I failed you', new Error('I failed you too')); throw new Error('I failed you'); // Will...

@taeold Hi!, I know you tagged @ishowta but im experiencing the same error and I'm using node 14. But I could experience the same error in 12 too. Don't know...

Hi @SrBrahma Any of the options but, `console.error("something", new Error("error"))` that it is not working at the time. I use: ```console.error(`your text here ${error}, ${otherData}, ...`)``` And this is working...

> Will add PanelState.HIDDEN or something similar to either `defaultPanelState` or create a new property. If you added it on the next release that would be awesome!!, really need that...

> I have the same question, so did you fix it? No, neither on android nor on IOS

Hi I was able to run the example on android and IOS after a lot of searching. The readme is not very clear for someone coming totally fresh to this...