I am using Rgraph to draw some graphs on canvas these html pages are loaded in an android webview using PhoneGap.. everything works fine untill i touch a graphs it redraws that graph on top of the page. i have srached alot found this
$("canvas").parents("*").css("overflow", "visible");
I have also tired position:fixed
but it dint worked...
Does anyone have any idea why its redrawing the graph..?
here is the screenshoot
the 2nd graph is the original one as i touch it the duplicate graph draws on top of page