Android Question copy/paste to internet web page

Rusty

Well-Known Member
Licensed User
Longtime User
I would like to be able to allow a user to create text within my application; then my app would navigate to a web based URL (www.yadyada.com) and upon completion of the webpage display, I'd like to paste the text within a text box embedded within.
Is this possible and if so, how might this be done?
Regards,
Rusty
 

Didier9

Well-Known Member
Licensed User
Longtime User
You do not need any special feature, even though being able to copy to the clipboard automatically from within the app without having to first expressly select the text you want to copy would be convenient.
Without doing anything special, you should be able to select, copy from any text box using Android copy feature, and paste into any other text box in a different app (or the browser).
 
Upvote 0

Rusty

Well-Known Member
Licensed User
Longtime User
How would one paste into the webpage?
I want the application to copy, navigate to the URL webpage and paste into the text box on that page, but I don't want the user to do anything except create the text with the on screen keyboard.
Thanks,
Rusty
 
Upvote 0
Top