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

Web and WebWorks Development

Reply
New Member
rrreddy
Posts: 1
Registered: 12-24-2011
My Carrier: Digicel

Webworks App cannot connect to server/internet

Hello,

I have a webworks app with the following config file: 

<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:rim="http://www.blackberry.com/ns/widgets" version="1.0.0.0" rim:backButton="exit">
<name>tankbb</name>

<access subdomains="true" uri="http://tankbb.freeiz.com/"/>

<feature id="blackberry.ui.menu" required="true" version="1.0.0.0"/>
<feature id="sample.ui" required="false" version="1.0.0"/>
<icon rim:hover="false" src="images/torchicon.png"/>
<icon rim:hover="true" src="images/torchicon.png"/>
<content src="index.html"/>
<rim:loadingScreen foregroundImage="images/loading1.gif">
<rim:transitionEffect type="fadeIn"/>
</rim:loadingScreen>
<rim:navigation mode="focus"/>
</widget>

 

The app is successfully packaged and runs on the Blackberry Torch simulator, however, it doesn't connect to the tinernet. Not even  display images from the server. 

I am using the latest Webworks SDK and Ripple Emulator 0.9.0.14 :smileyhappy:

Please use plain text.
Contributor
bigjavajoe
Posts: 15
Registered: 12-13-2011
My Carrier: MTN

Re: Webworks App cannot connect to server/internet

Are you running the MDS Simulator?

Please use plain text.
Developer
agungeddy
Posts: 164
Registered: 08-26-2010

Re: Webworks App cannot connect to server/internet

to connect to the internet in the simulator, please run MDS first.
Please use plain text.
BlackBerry Development Advisor
jeffheifetz
Posts: 508
Registered: 07-18-2011
My Carrier: Rogers

Re: Webworks App cannot connect to server/internet

Hi rrreddy,

 

Did this reolve your issue?



1.Please resolve your thread by clicking the "Accept as Solution" button below the post which solved your problem!
2. If any post helps you please click the button below the post(s)
Please use plain text.