Cordova(8.1.2)'deviceready'事件未以角度(7.x)触发

'deviceready'事件触发后,我正在执行角度应用程序引导。

let onDeviceReady = () => {
    alert("DEVICE READY");
  };
  document.addEventListener('deviceready',onDeviceReady,false);

我在iOS 13设备上看不到警报。我应该在“ onDeviceReady()”中引导Angular。

我尝试在“ onLoad”中包含deviceReady代码,但这也无济于事。

wg85840223 回答:Cordova(8.1.2)'deviceready'事件未以角度(7.x)触发

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3156362.html

大家都在问