Ionic Cordova app links + camera plugin intent issue in AndroidHow to send an object from one Android Activity to another using Intents?“Debug certificate expired” error in Eclipse Android pluginsHow do I get extra data from intent on Android?Android Cordova 5.0+ Camera crashIonic Cordova camera issue with ios 10Ionic App restarts on Android 6 after selecting image via Cordova Camera PluginIonic 3 : Android add platform fails after installing cordova-plugin-camera and Native Web-intentIonic cordova-plugin-fcm UnhandledPromiseRejectionWarningCordova-plugin-facebook4 - can't build ionic applicationIonic Hybrid Android Mobile App - Email and SMS Intents

How does buying out courses with grant money work?

A particular customize with green line and letters for subfloat

Are student evaluations of teaching assistants read by others in the faculty?

Method to test if a number is a perfect power?

How can a function with a hole (removable discontinuity) equal a function with no hole?

Avoiding estate tax by giving multiple gifts

How easy is it to start Magic from scratch?

Why escape if the_content isnt?

How can we prove that any integral in the set of non-elementary integrals cannot be expressed in the form of elementary functions?

Failed to fetch jessie backports repository

How do we know the LHC results are robust?

Is this apparent Class Action settlement a spam message?

Closest Prime Number

Fine Tuning of the Universe

What is the difference between "behavior" and "behaviour"?

How to pronounce the slash sign

What is the best translation for "slot" in the context of multiplayer video games?

How does it work when somebody invests in my business?

Detecting if an element is found inside a container

Gears on left are inverse to gears on right?

Is HostGator storing my password in plaintext?

What happens if you roll doubles 3 times then land on "Go to jail?"

Customer Requests (Sometimes) Drive Me Bonkers!

How does the UK government determine the size of a mandate?



Ionic Cordova app links + camera plugin intent issue in Android


How to send an object from one Android Activity to another using Intents?“Debug certificate expired” error in Eclipse Android pluginsHow do I get extra data from intent on Android?Android Cordova 5.0+ Camera crashIonic Cordova camera issue with ios 10Ionic App restarts on Android 6 after selecting image via Cordova Camera PluginIonic 3 : Android add platform fails after installing cordova-plugin-camera and Native Web-intentIonic cordova-plugin-fcm UnhandledPromiseRejectionWarningCordova-plugin-facebook4 - can't build ionic applicationIonic Hybrid Android Mobile App - Email and SMS Intents













2















Ionic 4.11.0



Cordova 8.1.2



Android platform: 8.0.0



I am building an Ionic/Cordova app that makes use of an external authentification mobile app ("Itsme") and I have an issue running it with Android.



From my app, I open the authentification app with an app link. The authentification app then redirects to my app also using an app link, but when it does, my app is actually restarted twice as I can see from the logs in the console.



Furthermore, when I keep using the latest instance of my app that is generated, and I try to use the camera plugin (which is start through an Intent) I can never get the picture back. The return of the plugin switches back to the home Android screen, my app remains in the background, and I don't get any result if I make it come back to the foreground.



I have tested using many different flags in the definition of the app link to my own app (singleTask, singleTop, ...) to no avail.



Using a test native app, I have determined that the flags sent by the authentication app when redirecting to mine with a VIEW intent are the following:



  • FLAG_ACTIVITY_CLEAR_TASK


  • FLAG_ACTIVITY_NO_HISTORY


  • SCROLLBARS_OUTSIDE_INSET


Any ideas or pointers how to figure out what is exactly going on ?










share|improve this question


























    2















    Ionic 4.11.0



    Cordova 8.1.2



    Android platform: 8.0.0



    I am building an Ionic/Cordova app that makes use of an external authentification mobile app ("Itsme") and I have an issue running it with Android.



    From my app, I open the authentification app with an app link. The authentification app then redirects to my app also using an app link, but when it does, my app is actually restarted twice as I can see from the logs in the console.



    Furthermore, when I keep using the latest instance of my app that is generated, and I try to use the camera plugin (which is start through an Intent) I can never get the picture back. The return of the plugin switches back to the home Android screen, my app remains in the background, and I don't get any result if I make it come back to the foreground.



    I have tested using many different flags in the definition of the app link to my own app (singleTask, singleTop, ...) to no avail.



    Using a test native app, I have determined that the flags sent by the authentication app when redirecting to mine with a VIEW intent are the following:



    • FLAG_ACTIVITY_CLEAR_TASK


    • FLAG_ACTIVITY_NO_HISTORY


    • SCROLLBARS_OUTSIDE_INSET


    Any ideas or pointers how to figure out what is exactly going on ?










    share|improve this question
























      2












      2








      2








      Ionic 4.11.0



      Cordova 8.1.2



      Android platform: 8.0.0



      I am building an Ionic/Cordova app that makes use of an external authentification mobile app ("Itsme") and I have an issue running it with Android.



      From my app, I open the authentification app with an app link. The authentification app then redirects to my app also using an app link, but when it does, my app is actually restarted twice as I can see from the logs in the console.



      Furthermore, when I keep using the latest instance of my app that is generated, and I try to use the camera plugin (which is start through an Intent) I can never get the picture back. The return of the plugin switches back to the home Android screen, my app remains in the background, and I don't get any result if I make it come back to the foreground.



      I have tested using many different flags in the definition of the app link to my own app (singleTask, singleTop, ...) to no avail.



      Using a test native app, I have determined that the flags sent by the authentication app when redirecting to mine with a VIEW intent are the following:



      • FLAG_ACTIVITY_CLEAR_TASK


      • FLAG_ACTIVITY_NO_HISTORY


      • SCROLLBARS_OUTSIDE_INSET


      Any ideas or pointers how to figure out what is exactly going on ?










      share|improve this question














      Ionic 4.11.0



      Cordova 8.1.2



      Android platform: 8.0.0



      I am building an Ionic/Cordova app that makes use of an external authentification mobile app ("Itsme") and I have an issue running it with Android.



      From my app, I open the authentification app with an app link. The authentification app then redirects to my app also using an app link, but when it does, my app is actually restarted twice as I can see from the logs in the console.



      Furthermore, when I keep using the latest instance of my app that is generated, and I try to use the camera plugin (which is start through an Intent) I can never get the picture back. The return of the plugin switches back to the home Android screen, my app remains in the background, and I don't get any result if I make it come back to the foreground.



      I have tested using many different flags in the definition of the app link to my own app (singleTask, singleTop, ...) to no avail.



      Using a test native app, I have determined that the flags sent by the authentication app when redirecting to mine with a VIEW intent are the following:



      • FLAG_ACTIVITY_CLEAR_TASK


      • FLAG_ACTIVITY_NO_HISTORY


      • SCROLLBARS_OUTSIDE_INSET


      Any ideas or pointers how to figure out what is exactly going on ?







      android cordova ionic-framework android-intent applinks






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 21 at 15:58









      Bretu42Bretu42

      211




      211






















          0






          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55284537%2fionic-cordova-app-links-camera-plugin-intent-issue-in-android%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55284537%2fionic-cordova-app-links-camera-plugin-intent-issue-in-android%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript