gluonhq / attach

GNU General Public License v3.0
48 stars 26 forks source link

[Android] BrowserService should allow sms: protocol #358

Closed jperedadnr closed 1 year ago

jperedadnr commented 1 year ago

browserService.launchExternalBrowser("sms:123456789"); should work on iOS (it does) and Android, opening the default SMS application to send an SMS/MMS message to the given number. On Android it currently fails due to a hard restriction on http/https only.