Currently making a cordova app which I'm testing in samsung galaxy s8. However, whenever I open it it triggers the game mode/game launcher. I was wondering what's causing it. Is there something I have to edit in the config.xml to have it consider as a regular app?
Asked
Active
Viewed 581 times
1
-
any news? I have the same problem! – r1si Jun 12 '18 at 15:23
-
@r1si I had setup a new cordova app and moved www files. Now it's okay. Not really sure what the difference is. Could be the meta tags in the index.html file? – Gerard Cruz Jul 15 '18 at 11:29
1 Answers
2
For Cordova v8.0.0:
You need to change the default package name in config.xml
from:
io.cordova.hellocordova
to your own, for example:
com.yourcompanyname.yourappname
Related to: Non-game App gets treated as game by Samsung game launcher

Nickson Yap
- 1,146
- 15
- 23