So I just tried running another small performance test app on my HP Pre 3 (weirdly enough, the second layout is displayed 20 FPS faster than on my laptop) but ended up with unresponsive button behaviour.
This isn't the first time for this to happen (in the past, it also happened on my Android tablet) and I'd really like to find out why this is the case.
Here's my .capx:
docs.google.com/file/d/0B4HbmIw0kk7FRnFsTWlvTDhtN0U/edit
Disabling "Use Mouse Input" on the touch object makes me end up with an 100% unresponsive app (the button does switch to on whenever I touch it, but nothing happens). Setting it to On or replacing the "On Object Touched" event with "On Object Clicked" makes it work somewhat, but still requires me to touch the button several times and, sometimes, to pause and unpause by swipping upwards (which accesses the WebOS card view)
While the performance is really not that bad, this particular Phonegap Build port suffers from another three issues, which I'd also like to explain:
1. There's no application icon (possibly due to either the standard icon being too big or being packed wrong).
2. There's no audio, even though I made sure to include and call an .M4A audio piece (M4A should be the standard for WebOS. Previous tests with OGG didn't work either)
3. I can't switch the orientation. No matter the angle, the orientation is always staying the same (that's despite having the orientation set to universal on export).
Help is very much appreciated.