You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phonegap
Has PhoneGap gotten rid of the notion of url.txt? I only ask because
my original PhoneGap application pointed to an external PHP
application. My impression now is that the www folder has taken its
place.
I see both pros and cons to this change but was wondering if there was
a workaround to point to an external http URL...
Thanks,
J.P.
Philip Plante
unread,
Aug 31, 2009, 5:55:51 PM8/31/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phonegap
If you want to get accepted by Apple to the AppStore it is best not to
load the entire application over the wire. They accept datafeeds thru
JSON or XML to be loaded, but the application experience cannot
change.
JP
unread,
Sep 2, 2009, 5:17:22 PM9/2/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phonegap
Thanks. That's totally makes sense. Appreciate it!