Add touchscreen-support to Java games/apps

Edit the .JAD file supplied with the game or application:
add the following line:

MIDlet-Touch-Support: True

Alternatevily, if no .JAD file is supplied, unzip the .JAR file with an archiver like WinZIP, edit the ‘Manifest.mf’ file, and re-zip it. The keypad-bar in bottom of the screen should not be showed anymore!.

Comments are closed.