Flutter url_launcher NOT working for IOS (test on real device)

后端 未结 0 1397
清酒与你
清酒与你 2021-01-02 04:45

here is my code which works fine on Android and opens URl on a browser:

  _launchURL(url) async {
    if (await canLaunch(url)) {
      await launch(url);
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题