Error!! Print “Action” option not working on Android? Is there an alternative like sharing a picture of the items on the displayed page at least??
Why is there no explanation on how to print or share selected items or text fields in the Android app? It is important for the development of this platform?
@Michael
Why is there no explanation on how to print or share selected items or text fields in the Android app? It is important for the development of this platform ?
I haven’t particularly tried out the print function, but to share text from say, a text widget named “Weather Text” to existing android apps using a button, you can use the action below:
The output should be something like a Sharesheet which looks like this:
Additionally, to share contents to more specific apps, you can also adopt any of the url schemes highlighted in this post.
Hope this helps.
What you say is true regarding texts, but I want to share all the elements on the screen that contain images or convert them to PDF. Is there a way?