touch events stop working when switching into landscape mdoe

Hi everyone,

thanks for your interest.

we have an app with is running fine in portrait mode. All touch/tap events are firing. Once I switch into landscape orientation by turning the device, the touch / tap events fire only intermittently (1 out of 10).

Anyone seen this before. Any idea what is the issue.

Galaxy Tab 10.1
Android 10.1
2013.1103 build

Thanks a lot
frank

Build.settings file

{
androidPermissions =
{
“android.permission.VIBRATE”,
“android.permission.INTERNET”
},
iphone =
{
plist =
{
CFBundleIconFile = “Icon.png”,
CFBundleIconFiles = {
“Icon.png” ,
“Icon-hdpi.png” ,
“Icon-ldpi.png” ,
“Icon-mdpi.png”
},
CFBundleDisplayName = “PLViewer”,
UIPrerenderedIcon = true,
UIStatusBarHidden = true,
UIApplicationExitsOnSuspend = true,

},
},
orientation =
{
default = “landscapeRight”,
supported = { “landscapeLeft”, “landscapeRight”, “portrait”, “portraitUpsideDown”, },
}
}

I started a new thread, as the topic no longer describes this correctly.

==> touch events become imprecise when switching to orientation mode

I started a new thread, as the topic no longer describes this correctly.

==> touch events become imprecise when switching to orientation mode