I found a bug in director class 1.4 regarding touch events.
If in a project i set up the default orientation to “lanscapeRight” (in build.settings), and in my config.lua file set up the width to 320 and the height to 480 and for scaling I use “letterBox”, after calling director:changeScene my application stops receiving touch events in the right end of the screen.
Notice that this only happen’d in the “Android” views of the simulator, it’s the right bleeding edge the one that stop receiving touch events. [import]uid: 57552 topic_id: 16384 reply_id: 316384[/import]
probably its because of the scale, place background and see how it will be scaled on screens according to device [import]uid: 16142 topic_id: 16384 reply_id: 61100[/import]
I know it’s because of the scale because i’ve tried with zoomEven and zoomStretch and obviously the bug didn’t happen’d. The thing is that if I understand logically, the same thing (not receiving touch events) should be hapening in the left bleeding border and that’s not the case. Also I’ve tried using director 1.3 and that behaviour didn’t ocurr, so that’s why I think it’s a bug of the last versión of this amazing library. [import]uid: 57552 topic_id: 16384 reply_id: 61101[/import]
thats maybe the cause, use 1.3 then [import]uid: 16142 topic_id: 16384 reply_id: 61103[/import]
1.4 has some nice features that i like and i find usefull, again that’s why i’m opening this topic… [import]uid: 57552 topic_id: 16384 reply_id: 61107[/import]
Anyone who can help me with this? [import]uid: 57552 topic_id: 16384 reply_id: 62342[/import]