GeekyAnts/external_app_launcher

How to run a specific url in chrome

Opened this issue · 1 comments

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?

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