Mobile app redirection

Is there a way to redirect android / ios app after login to dashboard 

We try this but didn't work.

onDrawerLoginMenu() {        this.onHomeMenu();        this.drawerClose();        return true;    }
add there something like


this.injectJavaScript(`window.location = '${BASE_URL}page/dashboard';`);
UNA Operator Alex T⚜️ 

  • 1936
  • More
Replies (3)
    Login or Join to comment.