Open moldabekov opened 6 years ago
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'.
process.platform === 'android'
Or for extra compatibility: command = 'am start --user 0 -a android.intent.action.VIEW -d'
command = 'am start --user 0 -a android.intent.action.VIEW -d'
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'
.