lajith

Members
  • Content count

    1
  • Joined

  • Last visited

About lajith

  • Rank
    Forum Newbie
  1. I am currently planning to start an application where i need to display fusion charts inside my iPad native application. This is the approach which i have tried: Created an UIWebView inside my native app and tried to call the index.html(Avaialable inside Resources folder). All files inside the Charts(which is part of powerCharts v3.2) also copied into the same Resources folder. Data.xml also copied into the same location. But when i tried to run the application graph was not shown. It was showing only "FusionCharts will load here!"(which was inside that index.html file). Any help will be really appreciated.