I am developing a game using j2me. When level is completed Im calling a url (ie: http://www.google.com) using midlet.platformRequest.In Some of nokia devices, it is redirected to browser, when I exit from browser, it comes back to game. But it’s not working in samsung device.
this.emidlet.platformRequest("https://www.google.co.in/");
how to solve this problem? Is midlet.platformRequest supported in all devices?
From the MIDlet.platformRequest() javadoc: