我正在尝试调用resue事件,该事件在android中有效,但在Ios中不起作用。我为Android尝试了“恢复”,为Ios尝试了“恢复”。它不起作用。
答案 0 :(得分:0)
您可以添加“应用程序级事件监听器”。根据文档,您有resume
和resumed
https://docs.appcelerator.com/platform/latest/#!/api/Titanium.App-event-resumed
Ti.App.addEventListener("resume", function () {
});