Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User dm-graf's Avatar
    Join Date
    Apr 2009
    Posts
    2
    Hello,

    maybe someone can help me.

    I am doing a platformRequest("http://www.dm-graf.de") to start the device web browser.
    The call will open the browser but it didn't load the page, just showing a blank page.

    Anyone an idea why this is happening?

  2. #2
    Regular Contributor ashwin.nath.m's Avatar
    Join Date
    Jan 2009
    Posts
    102
    Try this
    Code:
     try {
    boolean b;
    pauseApp();
    notifyPaused();
    b = platformRequest("http://www.dm-graf.de");
    try {
    destroyApp(true);
    } catch (MIDletStateChangeException ex) {
    ex.printStackTrace();
    }
    notifyDestroyed();
    } catch (Exception ex) {
    }

  3. #3
    Nokia Developer Champion im2amit's Avatar
    Join Date
    Feb 2009
    Location
    Noida, India
    Posts
    2,903
    Please check, if you are able to Open this URL --> http://www.dm-graf.de directly using the device Web browser or not. As you said the brower was opened by your platform request means J2me did its job, now its the problem of Network, your website may not be reachable via your wap gateway.

    thanks,
    ~Amitabh

  4. #4
    Registered User dm-graf's Avatar
    Join Date
    Apr 2009
    Posts
    2
    Thanks for your help.

    The problem was a whitespace after the URL. Fixed it and everything is working now.

    Gain thanks all for your fast replies.

Similar Threads

  1. Copy paste url in nokia browser [5800] ?
    By sillis1010 in forum Series 40 & S60 Platform Feedback Archive
    Replies: 1
    Last Post: 2009-10-21, 18:27
  2. N95 problem - '?' removed from url when HTTP Connection opened
    By hoodarakesh in forum Mobile Java Networking & Messaging & Security
    Replies: 8
    Last Post: 2008-09-16, 09:06
  3. ! Solution found for Opening WAP Browser with a url
    By jpankaj in forum Symbian Networking & Messaging (Closed)
    Replies: 2
    Last Post: 2002-11-27, 10:18
  4. Launch WAP browser with specified URL (7650)
    By yaney in forum Symbian Networking & Messaging (Closed)
    Replies: 0
    Last Post: 2002-07-31, 15:01
  5. Launch WAP browser with specified URL (7650)
    By yaney in forum Symbian Networking & Messaging (Closed)
    Replies: 0
    Last Post: 2002-07-31, 15:01

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved