12-06-2012 07:17 AM
Hello Friends,
I am creating one application. where i am using BrowserField for display html content
Application working fine on simulator but when i deployed it on device OS 5.0 Curve 8520 it show blank white screen
Can any one help me out ?Please reply as soon possible
Solved! Go to Solution.
12-06-2012 04:56 PM - edited 12-06-2012 04:57 PM
Is the 8520 a fully paid up BB plan device?
Does the same URL work in the Browser?
12-07-2012 02:19 AM
Browser show me HTTP Error 404 ,when i open the link . how can i solve it any suggestion ?
12-07-2012 02:24 AM
HTTP 404 = not found.
You should check whether the URI you're giving to the BrowserField is correct or not.
12-07-2012 02:32 AM
ya it's correct.
12-07-2012 02:41 AM
Uhh... ![]()
Check the URL for correct formatting? Maybe you need to use https:// or something? Maybe you missed a letter here or there?
12-07-2012 07:28 PM
What is the URl you are trying to use.
Remember you can't use localhost.
To most people a 404, means the URL can't be found, which means it is NOT correct. How do you know it is correct?
12-10-2012 12:26 AM
Url is working properly on Device (8520 OS 5.0) Browser.
12-10-2012 02:11 AM
Hey solved the problem .Thanx to all
12-10-2012 10:21 AM
Excellent.Can you mark this as solved (instructions in Help link near top). Also can you tell us how you solved it - for the next person who finds this problem. Thanks