Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
即使在最小化应用程序后播放音乐时,我们如何强制在通知托盘中显示音乐控制。我正在使用 Cordova-plugin-background-mode 在应用程序处于后台时显示通知,但它不符合我的要求。
在你的 js 文件中使用它:
cordova.plugins.backgroundMode.enable(); // or cordova.plugins.backgroundMode.setEnabled(true);