首页 > 解决方案 > 离子android中的清除意图

问题描述

我正在使用 Ionic WebIntent从网站获取共享意图值,然后在应用程序上打开模式弹出窗口。

 window.addEventListener('beforeunload', () => {
  this.clearIntent();
  console.log('APP CLOSED');
});

就在关闭应用程序之前,我想清除共享意图或可能发送一个空意图,以便以前的共享值不会出现。

标签: androidangularandroid-intentionic2hybrid-mobile-app

解决方案


推荐阅读