Hi,
Since Samsung store ‘target’ appeared in Corona’s android build dialog, I’m having a trouble getting the app approved in that store.
The Samsung’s QA department gives me one issue - on the Galaxy Camera Wi-Fi (HD) device (as they named it) the volume control doesn’t work.
From the video they sent me it seems that those ‘volume’ buttons is in fact the zoom key for the camera.
Has anyone managed to have it working in the Corona app?
In my menu.lua file (as the problem appears also in the menu) I have a key event listener installed:
Runtime:addEventListener(“key”, onKeyEvent)
But the onKeyEvent function always returns false, so the events should be propagated to be handled by the system…
thanks,