Detect Screen Off / On in Cordova and Ionic
问题 I want to detect when the phone is locked and unlocked. The plan is to display a (non-Ad) popup when the phone is unlocked. So far Cordova seems to only support pause and resume events which will not get me the functionality that I need. Native Android supports screen On/Off and User Present events. Is it possible to use these events and if not is it possible to build a plugin to gain that same functionality? Thanks in advance. 回答1: For android you will have to use this plugin template to