I am working on android application and I have integrated some of reports in html5 page with canvas controls. I have loaded the data from android database on html5 page using jquery and prepared some charts. Now I have to send this html5 page with dynamic data and canvas controls in mail.
If this is not possible in android then I can use another option to do this from dot net, c# web service, hosted on server. Android application will send request to web service to do the same job. But again here I need help to do the same from web service.
My over all requirements to send html5 page with dynamic data and canvas controls that is loaded by jquery and json.
Please help.