Is there is a way to run javascript method on custom tabs or external web browser, not a webview.
CustomTabsIntent customTabsIntent = new CustomTabsIntent.Builder().build();
customTabsIntent.launchUrl(context,Uri.parse(url));
Thanks
Is there is a way to run javascript method on custom tabs or external web browser, not a webview.
CustomTabsIntent customTabsIntent = new CustomTabsIntent.Builder().build();
customTabsIntent.launchUrl(context,Uri.parse(url));
Thanks