I’ve got my app files on my drive here: https://drive.google.com/folderview?id=0B03pZcnKR4VARHZCelI0TjBQR28&usp=sharing for anyone willing to look at it. Attached is a screen capture of the sim and what it SHOULD look like (red square explained below).
My issue:
All the buttons are mocked up on screen (no button functionality added to them yet) and show up perfectly in the simulator. On installation to a Moto X and a Kyocera Event, however, only the header, logo, Reflectivity Index, and FAQ “buttons” show up.
Attempts to figure it out:
-
I thought it might be a layering issue, but since the background is first in the code and the header, footer, and logo are showing up correctly, not sure how the “buttons” that are missing would suddenly be behind the background.
-
I’ve had the simulator print out the locations of all the “buttons” as well as the header/footer/logo into the console and everything says they SHOULD be on-screen.
-
Maybe a memory issue? I tried commenting out the FAQ button and seeing if the Dictionary button would show up instead but no bueno. I tried just getting a red square to show up then on the screen and again, nothing happens on the actual phones even though it’s there on the sim.
I’m really not sure where to head on this one. Any ideas or advice would be greatly appreciated.
-Mark