rhomobile / rhoelements-issues

Issues area for RhoElements
0 stars 0 forks source link

B49 - AppApplication#on_activate_app not called consistently across platforms #27

Open pascalw opened 11 years ago

pascalw commented 11 years ago

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.

genywind commented 11 years ago

This event : The application is open, the device is locked and the device is being unlocked Is supported only on iOS

pascalw commented 11 years ago

@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?