Hi everyone,
before I used Construct 2 and I bought the cordova plugins of cranberrygames with which, among other things, I could manage the wake lock of the phone (android) via the powermanagement plugin.
recently I switched to Construct 3 and I'm forcing myself to use c3runtime (as this should be the future), with various problems and slowdowns.
the plugin above works with c2runtime, but c3runtime just doesn't see it.
how can I use acquire and release, of wake lock, with c3runtime? I also like a solution that does not use the cordova plugin.
I also intend to use the construct apk build of construct 3.
since I have already written over 80% of my game with c3runtime I don't want to go back to c2runtime.
how can I do? do you have any ideas?
thank you all.