[android-developers] Re: WebView and javascript problem

2009-09-14 Thread Rimma Sukhovsky
Thanks a lot Mark! This is what i've been missing :) On Mon, Sep 14, 2009 at 2:11 PM, Mark Murphy wrote: > > legerb wrote: > > I have a WebView in my activity opening html file, containing a simple > > javascript. > > My problem is that the webview opens the html file, but doesn't > > execute the

[android-developers] Re: WebView and javascript problem

2009-09-14 Thread Mark Murphy
legerb wrote: > I have a WebView in my activity opening html file, containing a simple > javascript. > My problem is that the webview opens the html file, but doesn't > execute the javascript. > When i open the file from web browser, and not from my app, it > executes the javascript correctly. > W