nativescript-urlhandler icon indicating copy to clipboard operation
nativescript-urlhandler copied to clipboard

Android, Not redirecting to app after login in mobile browser(MIC Login)

Open itsmerockingagain opened this issue 4 years ago • 0 comments

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • I am running the version "nativescript-urlhandler": "^1.3.0",

Current Behavior

I have done all the configurations given for android:

added android:launchMode="singleTask" to main activity added intent filter

Expected Behavior

When doing login , app navigates to mobile browser, after success login it should redirect back to app.

Failure Information

Not redirecting back to app

Steps to Reproduce

  1. install "nativescript-urlhandler": "^1.3.0" in Nativescript angular code sharing project
  2. Add the configurations given in this plugin homepage.
  3. run the app using tns run android
  4. Click on login button it will redirect to browser, after login we should be navigated back to app.
  5. Not navigating back to app.

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

NativeScript version: Java version: NodeJS and NPM version: Platform(s) running:

Demo Project

ℹ Please link to or upload a project we can download that reproduces the issue.

Failure Logs


itsmerockingagain avatar Feb 12 '21 10:02 itsmerockingagain