Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Contributor
hamdikchaou
Posts: 22
Registered: ‎03-14-2011
My Carrier: Developer

Re: BrowserField can't display HTML pages

Hi,

I'alredy tested that URL in the native browser of the simulator, and it do show all the content of the page safely.

 

medium.jpg

Please use plain text.
Trusted Contributor
vishal_33
Posts: 104
Registered: ‎07-08-2010
My Carrier: developer

Re: BrowserField can't display HTML pages

hi friends,

how  i can inckude images in the  html that is stored in the local file,

becuse when i displyed th html field in the browser field images are not display.

insted of black symbol is there .

so what can i do for this problem?

Regards
Vishal Patel
Please use plain text.
Super Contributor
pp
Posts: 278
Registered: ‎11-04-2010
My Carrier: none

Re: BrowserField can't display HTML pages

Hey vishal,
You should open the new thread.. this thread is for displaying pages through url.

see my image was saved in same folder as html file, so i gave like this and got the image on screen
<img src="icon.png" alt="icon"/>
if it is in other folder give folder name also.
like this
src="images/fbList/appworld.png"

Thanks & Regards
pp
Please use plain text.
Developer
rajeshkparmar
Posts: 103
Registered: ‎08-03-2010
My Carrier: Idea

Re: BrowserField can't display HTML pages

Hi,
I think, your page has JavaScript or css content..
might be this is the problem for your page.
you can try setproperty for JavaScript and css..

Regards,
Rajesh Parmar

Please mark posts as solved if you found a solution.
Feel free to press the kudos button to thank the user that helped you
Please use plain text.