Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

evalJS not working in Android

I am creating a webView which has a form in it. I am trying to retrieve some data from within the form. I try it by using evalJS but it doesn't seem to work.

I also added some code such as

myWebView.addEventListener('load',function(e)
{
    Titanium.API.info("HELLO WORLD");
}

and nothing is displayed.

If anyone has gotten this to work please let me know.

— asked December 6th 2010 by Abraham Vivas
  • android
  • bug
  • evaljs
  • webview
1 Comment
  • Can you post some code here or in pastie.org

    — commented December 6th 2010 by Aaron Saunders

1 Answer

The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.