Hi,
We have been trying to implement the back button behaviour in Tizen but there seems to be a problem with it being overridden by the default Tizen back button behaviour.
Here is a capx as an example:
dl.dropboxusercontent.com/u/41218343/BackButtonBug.capx
When running the project in the Tizen IDE the yellow square should change to a red square when you press the back button. This is what is expected and indeed what happens but the application also displays the following dialogue:
<img src="https://dl.dropboxusercontent.com/u/40935009/web%20sim%20screenshot.PNG" border="0" />
Has anyone else come across this issue? Is there some way of removing the default Tizen behaviour?
EDIT: Exported using r147.
RESOLVED: We resolved this by removing the OR and creating two separate events. This is a possible bug?
Many thanks
Simon