05-28-2011 03:32 PM
Hi
I would like to know if its possible to link to my pc hostname "MYHOSTNAME" from my playbook.
Either via host or IP address.
I tried to give access in config.xml to access uri="*", but that only seems to work for playbook simulator.
<access uri="*" subdomains="true"/>
Can't get it to work on the real device.
.H
05-31-2011 12:43 PM
Any help ?
I would like to call:
http://MYHOSTNAME/test/testpage.html
from blackberry playbook.
or alternatively:
http://192.168.0.xx/test/testpage.html
As mentioned - I can nget this to work on simulator, but not the real deal.
This would save me time uploading the application everytime I want to re-test.
tnx!, H.