You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
its just do nothing after i logged in succesfull in keycloak, i can click done but nothing happens.
i created in the app an listener App.addListener('appUrlOpen', (url) => { console.log('appUrlOpen', url); });
and i get following in the app console
⚡️ TO JS {"iosSourceApplication":"com.apple.SafariViewService","iosOpenInPlace":"","url":"myapp:\/\/app\/capacitor:\/localhost\/properties?pathAfterAuth=properties&socialLogin=false&isSearching=null#state=*SOME_STATE*&session_state=9... ⚡️ [log] - appUrlOpen
Expected behavior:
that the IOS BrowserTab close and that the AuthToken obj is in localstorage to get me logged in in my app
BrowserTab is not reacting on this.browsertab.close i think or cause the app is call via "appUrlOpen"
The text was updated successfully, but these errors were encountered:
i have tested something in the appUrlOpen listener i added this.browserTab.close and it worked
sooo something is not working with this framework on IOS
I'm submitting a ... (check one with "x")
[X] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
its just do nothing after i logged in succesfull in keycloak, i can click done but nothing happens.
i created in the app an listener
App.addListener('appUrlOpen', (url) => { console.log('appUrlOpen', url); });
and i get following in the app console
⚡️ TO JS {"iosSourceApplication":"com.apple.SafariViewService","iosOpenInPlace":"","url":"myapp:\/\/app\/capacitor:\/localhost\/properties?pathAfterAuth=properties&socialLogin=false&isSearching=null#state=*SOME_STATE*&session_state=9... ⚡️ [log] - appUrlOpen
Expected behavior:
that the IOS BrowserTab close and that the AuthToken obj is in localstorage to get me logged in in my app
BrowserTab is not reacting on this.browsertab.close i think or cause the app is call via "appUrlOpen"
The text was updated successfully, but these errors were encountered: