Pascal Graf

Results 11 comments of Pascal Graf

Could be fixed with following line of code ``` ion-tabs { ion-footer ion-toolbar:last-child { padding-bottom: 0; } } ```

The same error appears in an Ionic app built with capacitor and an input type=file in the webview when you select the camera option: ``` 2020-12-10 14:44:19.245921+0100 App[1814:167550] [Camera] Failed...

please merge this PR, we would love this configuration

Just an update, I found out the problem was that the e2e test did not wait for the async methods of the PageObject. Fixed it by making my unit test...

Any news on exposing the method for setting the authentication state?

@pookdeveloper The whole reason we would like a method to set authentication state programatically is because we do not want to redirect and write cypress commands for a third-party providers,...

Yes still relevant. We would love to use the Module in our App but we are using an Async Storage solution that is Promise based.

Changed title and description as my initial issue was a bit confusing.

> The intention of the method was: You call it, you get the value when you want it, once. We also have the other stream which should emit the value...

Something like this should really be part of the official plugins of capacitor. Getting a working file picker on all three platforms was already a huge effort with cordova, sadly...