This page was last modified 16:23, 22 May 2008.
Why the Url could not work
From Forum Nokia Wiki
Compatibility: Web Runtime in S60 3rd Edition, Feature Pack 2 When developing nokia widget, I encountered a problem. This code could not work to get RSS content: this.httpReq.open("GET", fullURL, true);
I used 3 hours to debug it. And I also found that the url to open a new webpage could not work.
Finally, I've got the anwser. I should add this code to the infoplist file.
<key>AllowNetworkAccess</key> <true/>
Don't make the same mistake of mine.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Frequency Analysis in J2ME MMAPI | Jimmmeh | Mobile Java Media (Graphics & Sounds) | 2 | 2006-11-22 18:40 |
| Installation Help | gtenoriop | Python | 3 | 2008-08-27 17:25 |
| (UI) Wishlist? | zechgron | Python | 7 | 2005-01-25 21:07 |
| Startup list management APIs on emulator | gailu | General Symbian C++ | 10 | 2008-06-06 19:00 |
| Ethernet Plugin: The horror never stops! :-( | smueller | Symbian Networking & Messaging | 11 | 2005-03-04 17:57 |
