Auth0 Cordova and Line connection

Hi,

I encounter some issues with auth0 and cordova app on iOS.
My app uses Facebook, Google, AppleID and Line social connection.
I followed the tutorial for cordova here and here too.
It’s working for all social connection except for Line.

When I click to Line connection, it’s launched the installed native application that opens safari.
After authorized the connection, it’s redirect to the callback URL on safari but not to my cordova app webview and got an error on auth0.

“You may have pressed the back button, refreshed during login, opened too many login dialogs, or there is some issue with cookies, since we couldn’t find your session. Try logging in again from the application and if the problem persists please contact the administrator.”

How do I solve this?

Thanks

Image from iOS