… on the Galaxy Camera Wi-Fi!
Should I laugh or should I cry? :blink:
Corona, can you do something about it?
Regards,
Damir.
… on the Galaxy Camera Wi-Fi!
Should I laugh or should I cry? :blink:
Corona, can you do something about it?
Regards,
Damir.
Are you by chance running a “key” event listener?
If that’s the case, you need to return false for any key that you’re not actually “using” in the app, and true for all the ones that you are using, or else all the device buttons will do nothing but what you specified for them in the function (so if nothing if specified for a particular button, nothing will happen).
@hachisoft
Thank you for trying to help. I just checked, I am already doing what you are suggesting, so that is not the cause (to be sure I returned true and the volume buttons stoped working on my Galaxy Tab).
And they only reported Galaxy Camera not other devices.
Regards,
Damir.
Are you by chance running a “key” event listener?
If that’s the case, you need to return false for any key that you’re not actually “using” in the app, and true for all the ones that you are using, or else all the device buttons will do nothing but what you specified for them in the function (so if nothing if specified for a particular button, nothing will happen).
@hachisoft
Thank you for trying to help. I just checked, I am already doing what you are suggesting, so that is not the cause (to be sure I returned true and the volume buttons stoped working on my Galaxy Tab).
And they only reported Galaxy Camera not other devices.
Regards,
Damir.