smruti-bapi / dwpe

Automatically exported from code.google.com/p/dwpe
MIT License
0 stars 0 forks source link

chart using HTML, javascript, and CSS on webview #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am very new to iPhone and also to the subjected topic.

I am going to use this component for charting on webview and I could load chart 
on webview (webview inside tableviewcell as well as detailed view)using the 
below syntax:

NSString *path = [[NSBundle mainBundle] pathForResource:@"filename" 
ofType:@"html"];
[webView loadRequest:[NSURLRequest requestWithURL:[NSURL fileURLWithPath: 
path]]];

HTML file is referring JS file and CSS which are added in bundle/resource.

but i dont know how to implement HTML,JS and CSS within objective C and also I 
need to pass chart data dynamically from my Objective C classes. 

Thanks in Advance.

Regards,
V.Karuna.

Original issue reported on code.google.com by karunav...@gmail.com on 31 Aug 2010 at 8:30

GoogleCodeExporter commented 8 years ago
Hi,
This question is interesting, but it's outside of the scope of this project. 
I'd suggest reposting your question in a forum that's catered to objective C 
development.

Good luck!
-Scott

Original comment by scottj...@gmail.com on 31 Aug 2010 at 10:28

GoogleCodeExporter commented 8 years ago
Hi Scott, Thanks for your immediate response. I want to know whether your 
component will support for dynamic data. If so where should I pass the data.

Regards,
Karuna.

Original comment by karunav...@gmail.com on 1 Sep 2010 at 8:32