Justin Toth

Results 33 comments of Justin Toth

I have a similar issue in that when I'm retrieving the HTML from the customEditText (getTextHTML) the underline markup is not included in the returned HTML. Were you able to...

That worked perfectly, thanks! Is there any risk to using UnderlineSpan instead of AgsUnderlineSpan? (Why does AgsUnderlineSpan exist?)

Yeah I do as well, I actually had to port this over to C# / Xamarin, which took a good day or so but it's working great.

@wegascee Did you figure out a workaround? I'm seeing the same issue.

@codemonkey00 Any luck solving this issue? I'm running into the same, after upgrading to webpack v5. Unfortunately, I can't use webpack v4 anymore because the latest version of NS requires...

For me I ran into the same exception with PancakeView when dynamically setting the background color. ``` ```

+1 for having this in a nuget package, that is the standard way to consume these 3rd party libraries!

@AyanBhadury I have the same issue as @jaimecigna, I get the "Cannot read property 'fileName' of null" error when building our Angular 12 app w/the latest version of angular-fusioncharts. When...

@AyanBhadury No luck, I'm already using "3.0.4" for angular-fusioncharts. I deleted the contents of node_modules and package.lock.json, I even tried "npm cache clean --force" for good measure, and reinstalled with...