karan--
You received this message because you are subscribed to the Google
Groups "phonegap" group.
To post to this group, send email to phon...@googlegroups.com
To unsubscribe from this group, send email to
phonegap+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/phonegap?hl=en?hl=en
For more info on PhoneGap or to download the code go to www.phonegap.com

Hi Anurag,
Thanks alot for replying....can you please show me an example or documentation...I need to set some data in the index.html from the activity java class.thanks alot
karan
On 19 June 2012 18:07, anurag gautam <anuragg...@gmail.com> wrote:
i think You have to put a Boolen value which while your application is start, when on ready function you can paost that value,
On Tue, Jun 19, 2012 at 6:03 PM, karan <jaskar...@gmail.com> wrote:
Hello,I am developing on Android OS.My activity class loads the index.html as below:super.loadUrl("file:///android_asset/www/index.html");1) I needed to send some parameters to the index.html2) Then read these parameters in the index.html via javascript.Please help.Thanks
karan--
You received this message because you are subscribed to the Google
Groups "phonegap" group.
To post to this group, send email to phon...@googlegroups.com
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/phonegap?hl=en?hl=en
For more info on PhoneGap or to download the code go to www.phonegap.com
--
Thanks!
With regards
ANURAG GAUTAM
7814155605
Linkedin profile
--
You received this message because you are subscribed to the Google
Groups "phonegap" group.
To post to this group, send email to phon...@googlegroups.com
To unsubscribe from this group, send email to
hi Phil if to send data from android to javascript is this,
super.loadUrl("javascript: { var myVariable = "I can push any javascript from Android Container to the DOM!"; document.body.innerHTML += myVariable; }");