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”, },
}
}