Skip to content

android support added#8

Open
moldabekov wants to merge 1 commit intorauschma:masterfrom
moldabekov:patch-1
Open

android support added#8
moldabekov wants to merge 1 commit intorauschma:masterfrom
moldabekov:patch-1

Conversation

@moldabekov
Copy link
Copy Markdown

Packages that rely on openurl and run within termux are unsupported. For example Localtunnel. Actually termux has it's own xdg-open, so it's totally okay to handle process.platform === 'android'.

Packages that rely on openurl and run within [termux](https://github.com/termux) are unsupported. For example Localtunnel. Actually termux has it's own xdg-open, so it's totally okay to handle `process.platform === 'android'`.
@TheComputerGuy96
Copy link
Copy Markdown

Or for extra compatibility:
command = 'am start --user 0 -a android.intent.action.VIEW -d'

Copy link
Copy Markdown

@chhayly chhayly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants