GeekyAnts / external_app_launcher

BSD 3-Clause "New" or "Revised" License
14 stars 31 forks source link

How to run a specific url in chrome #23

Open shinxxxxwon opened 1 year ago

shinxxxxwon commented 1 year ago

There is no problem running the chrom app.

await LaunchApp.openApp(
      androidPackageName: 'com.android.chrome',
    );

However, is it possible to open a specific page by passing a url other than the default page of Chrome?

Gayathri-GA commented 1 year ago

@shinxxxxwon Based on the usage of the package you can only able to pass the package name of the application.