是否有任何方法使浏览器标签与电容器反应项目工作。我发现它是离子支持的。我对离子和电容器比较陌生。我试图在我的反应电容https://ionicframework.com/docs/intro/cli中使用这个离子插件
但我发现了这个错误
Module not found: Can't resolve '@angular/core' in '/Users/userid/Desktop/projectname-irc/node_modules/@ionic-native/browser-tab'发布于 2022-04-26 10:54:28
我发现自定义选项卡并不是电容文档的一部分,但它们是通过Browser.open方法中的Browser.open传递进行工作的。
function openInBrowserTab() {
Browser.open({ url: 'https://www.google.com/', presentationStyle: 'popover', windowName: '_self' });
}https://stackoverflow.com/questions/71965352
复制相似问题