有没有办法在自定义选项卡或外部网络浏览器上运行 javascript 方法,而不是 web 视图。
CustomTabsIntent customTabsIntent = new CustomTabsIntent.Builder().build();
customTabsIntent.launchUrl(context,Uri.parse(url));
谢谢
有没有办法在自定义选项卡或外部网络浏览器上运行 javascript 方法,而不是 web 视图。
CustomTabsIntent customTabsIntent = new CustomTabsIntent.Builder().build();
customTabsIntent.launchUrl(context,Uri.parse(url));
谢谢