ghostCoder
unread,Feb 19, 2012, 7:24:55 AM2/19/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phonegap
I am porting android phonegap (v1.3) application to ios. but stuck on
following loadUrl api,
PhoneGap.exec(null, null, "App", "loadUrl", [url, props]);
I am not able to find out an api similar to this for IOS.
I could use window.location.href, but thats not working properly. :(
Is there a similar Api in iOS Phonegap? pls help.