Hi everyone,

I am currently working on a task related to Intents with Chrome 
<https://developer.chrome.com/multidevice/android/intents> in which I have 
to launch and send data to my app when clicking the intent-based URI. This 
part is successfully done. Next, after completing some operations, I need 
to return back (with data) to the previous Chrome tab without refreshing/ 
changing the page state/session. I used INTENT.ACTION_VIEW with 
BROWSER.EXTRA_APPLICATION_ID to return to the previous tab and carry the 
data by appending the URL parameter (Eg : www.abc.com?data1=abc&data2=123 
<http://www.abc.com/?data1=abc&data2=123>). The result I got was it did 
return back to the previous tab but the page was refreshed as well. Is 
there a way or method to return back to the previous tab with data without 
refreshing the page? Or maybe I need to use Javascript to handle this?

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/4cd1a03b-1aef-4ef7-9937-23cd40bd5a17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to