Open pascalw opened 11 years ago
This event : The application is open, the device is locked and the device is being unlocked Is supported only on iOS
@genywind I've discussed this issue with @adamblum and Adam agreed this should work consistently across platforms.
Could you please reopen this issue and discuss this matter with Adam?
I'm using the on_activate_app event in my application.rb to detect when the application is activated. I'm noticing different behaviour across different platforms though.
On iOS the event is called when:
On Android the event is called when:
On Windows Mobile with Motorola Webkit the event is called when:
The only platform currently behaving as expected is iOS.