FrancoisM
FrancoisM
I updated the Utility project to use Genesis.Ensure 1.0.4-alpha in order to build.
Hello. Did you manage to do it? Any sample to share? Right now I think that in my CI I'll copy the wasm dist folder to the wwwroot of the...
``` ```
Tks but as you can imagine after 8 months I already implemented a solution ;-)
@mjrichards91 Add the Entry at the End of a vertical StackLayout which itself goes into a ScrollView.
Here is some pseudo code. I forgot the details of why I had to do so but I use an absolutelayout whose height varies. Don't forget to put your send...
Your two screenshots are inconsistent. Did you rename you renderers? On screenshot 1 it's called `RoundedRenderer `and on screenshot 2 you register from type `Rounded`.
check my [repo ](https://github.com/FrancoisM/GorillaAndMultiTargeting) as a starting point with Gorilla and custom renderers. Note that you don't register types but assemblies. So as I guess your custom renderers are in...
hmm, I replied to en email chain and my reply got posted here. The issues are unrelated though. I'll delete my posts.
@Robson02, did you try to just load the master branch of my repo and run it "as is"?