How using JS get results without opening a new safari window?
Dale.
iHello
unread,
Aug 10, 2009, 6:54:50 AM8/10/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 LiquidGear
And can you please describe how to load an external web page into LG
interface?
Giraldo Rosales
unread,
Aug 10, 2009, 10:31:45 AM8/10/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 liqui...@googlegroups.com
Unless AJAX is used to load JSON into the apps, the actual HTML pages are all required to be local. The online feature was removed. Why? Only because it was one of the suspects of the causes of why PhoneGap apps have been rejected.
-G
Giraldo Rosales
unread,
Aug 10, 2009, 10:39:29 AM8/10/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 liqui...@googlegroups.com
You will want to use AJAX instead to post your data. If you are using jQuery, there are a couple AJAX methods (http://docs.jquery.com/Ajax), the $.post would be what you are looking for.
-G
iHello
unread,
Aug 10, 2009, 8:32:34 PM8/10/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 LiquidGear
Thank you!
Also some questions:
1 If I will use ajax for online is it will be real to get approved?
2 When I change my html files and then rebuild my app - nothing
changes (I tried to clean caches - but nothing)
3 How to disable horizontal scroll of app?