Marco
Results
3
comments of
Marco
Got the same problem on my virtual android device...
I fixed this issue to change this line : ``` loginWindow.addEventListener('loadstart', loginWindow_loadStartHandler); ``` by : ``` loginWindow.addEventListener('loadstop', loginWindow_loadStartHandler); ``` The callback of the listener was never called, maybe because the...
Any feedback @coeing about new node keycloak implementation ?