Please refer to this file: Please login to see this link.
ISSUE 1: Sub App creation
Frame 1 has a sub app object but it is set to NOT be created at start and is set to be a modal pop up (I want to pause the main frame). There is a button to create it. When you click the button, it works in the Windows Runtime but nothing happens on Android.
*press the button to go to the next frame*
Frame 2 has a sub app as on Frame 1 and is configured the same except it has no settings (not a pop up or displayed as sprite). Press the button to create the sub app and it works in both Windows and Android. However the sub app appears underneath the buttons.
ISSUE 2: Detect click on object in sub app
While the sub-app is showing, press the active object. In Windows the sub-app closes but on Android it appears that the touch on active object condition doesn't fire. Press the Close button works in both however.
ISSUE 3: Sub app appears underneath buttons
As mentioned in issue 1, the sub app appears underneath the buttons. You can click on them to create more sub-apps!!!
ISSUE 4: Text size in string and buttons
Notice that the string objects on Android are being stretched (at least they are on a Nexus 7). Also the text on the buttons is tiny (I am stretching the window up to the size of the Nexus display) and they are positioned at the top instead of being vertically centred.