sunilkumar

Members
  • Content count

    3
  • Joined

  • Last visited

Everything posted by sunilkumar

  1. Hi Rajat, Are you rendering multiple chart in your app. Then you can apply another approach to fix animation issue reload the webviews differrent time interval. Reason for the loss of animation effect in sample due to applying delay on run loop.
  2. Fusioncharts On Two Uiwebviews Ios

    Hey, Demo app to overcome issue. CustomWebView.zip
  3. Fusioncharts On Two Uiwebviews Ios

    Hey, It issue with UIWebview in iOS. Please check out http://double-slash....ebview-objects/ . It can be fixed in two way by adopting a spin lock mechanism or increasing rendering time of run loop by customize the UIWebview. http://stackoverflow.com/questions/15552561/fusioncharts-on-ios-invisible-second-chart/15643070#15643070 sourceCode.txt