Bryan Roth
Bryan Roth
I am using the 1.4 version and I get a "The specified resource language ID cannot be found in the image file" exception when using LoadFrom() for a file with...
At present I don't have a lot of time to put together a solution. I suspect that integrating the ResourceInfo LoadFrom() code for the NT_VERSION resource into the VersionResource object...
@FelipeFC Take a look at #135. It seems that code added in Alpha4 is messing with layout of the text. Might be worth making a local build and removing the...
@matteobortolazzo Current update moves to the new MAUI based control/handlers format. I'm going to just keep pushing my work to this branch as I'm trying to use this as a...
@matteobortolazzo - I've moved the project to a file/project format that the [MAUI team appears to suggest in their examples](https://github.com/jsuarezruiz/xamarin-forms-to-net-maui/tree/main/Library/.NET%20MAUI/Library). In doing so I've changed the Namespaces and other Package...
@matteobortolazzo Still have plans to work on this. Need to finish moving some other code over to MAUI first.
As mentioned in a [later comment](https://github.com/matteobortolazzo/HtmlLabelPlugin/issues/126#issuecomment-892020746) in #126 check to see if your iOS device is in dark mode.
I'm seeing this issue consistently on multiple iOS emulators. I can confirm that the behavior is that of recursive calls to the `LayoutSubviews()` method. Placing breakpoints in the code I...
To follow up here. I've been playing around with this all day trying to figure out a bunch of layout issues when I patched the Bounds code as mentioned previously....
@matteobortolazzo As it turns out I believe I've got a fix. I was out yesterday but hope to put something together early next week.