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
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
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"