How to save images from the browser?
thank you
function OnStart() {
lay = app.CreateLayout( "linear", "VCenter,FillXY" );
web = app.AddWebView(lay, 1,1);
app.AddLayout( lay );
web.LoadUrl( "http:///www.google.com" );
web.SetTouchMode(true)
web.SetOnTouch(touched)
}