I have made 4-5 Android apps with Corona, when running one of them the hardware volume buttons does not respond at all. No visible volume indicator and no volume change either.
What should I look for that has this strange effect on the volume buttons? This does not happen i any of my other apps.
The build.settings
settings = { --child tables here orientation = { default = "portrait", supported = { "portrait" }, }, android = { versionCode = "102", usesPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_FINE\_LOCATION", "android.permission.VIBRATE", }, usesFeatures = { { name = "android.hardware.location.gps", required = true }, }, }, }
config.lua
application = { content = { width = 800, height = 1300, scale = "zoomStretch", xAlign = "center", yAlign = "center", imageSuffix = { ["@2x"] = 1.5, ["@4x"] = 3.0, }, } }