Help with login using EOS OSS

Hi, first of all I wanna ask apologize because my english is rusty.

I’ve implemented the EOS OSS on my project and I made a login system following a great tutorial → Using Epic Online Services with Unreal Engine Blueprints - YouTube

The login works pretty nice on PC package (web browser opens and I’m able to login), but on android package doesn’t work properly. The web browser don’t shows up on mobile device and I’m not able to login.

Node of login system on gamemode blueprint

I was stuck on the same problem. Turns out that EOS Plugin doesn’t supports android yet. But EOS SDK does support it.
Here is the answer by Epic
Why Login doesn’t works on android with EOS Plugin?

So yeah, You can use SDK itself if you are comfortable with it or you can wait for some time until EOS Plugin starts supporting android.
Cheers!
Dean.