Hi Eric,
Here in Australia it is sold as the Telstra Touch Tablet. It is OEM from Huawei. On connecting to the Mac, it shows as Ideos Tablet, on looking at the device details, it is an S7.
Ideos Tablet S7, manufactured by Huawei
I got the code working on the device. I had to change the config file.
Here’s the config file I used for the iOS
application =
{
content =
{
width = 320,
height = 480,
scale = "letterbox"
},
}
Build Settings
settings =
{
orientation =
{
default = "landscape",
},
}
The new updated ones for the Android,
application =
{
content =
{
width = 320,
height = 480,
scale = "letterbox",
xAlign = "left",
yAlign = "top"
},
}
build settings
settings =
{
android =
{
versionCode = "3"
},
androidPermissions =
{
"android.permission.ACCESS\_FINE\_LOCATION",
"android.permission.INTERNET"
},
orientation =
{
default = "landscape"
},
}
after which it started to work slightly better. Here is a picture of it running my corona app (WIP) on My Blog
cheers,
Jayant C Varma [import]uid: 3826 topic_id: 3572 reply_id: 11005[/import]