You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be nice feature apart to app.loadURL() to have also possibility to send to or view resource externally using android built-in app chooser having something like app.sendURL()|app.viewURL().
For now I do it on back process level by spawning ActivityManager process:
Hey @PawelSuwinski,
I am actually thinking to work on this for a long time but I didn't get a chance to work on this, if someone can contribute to the project and raise a PULL request will be the fastest way to build this.
But yeah I'll try to implement this as soon as I get time to work on this ; )
I am rather on basic level with Java and Android SDK so I will not try to do any contribution, but I think good starting point could be with TermuxOpenReceiver implementation:
Hi
It could be nice feature apart to
app.loadURL()
to have also possibility to send to or view resource externally using android built-in app chooser having something likeapp.sendURL()|app.viewURL()
.For now I do it on back process level by spawning ActivityManager process:
The text was updated successfully, but these errors were encountered: