Skip to content

Question/Comment: FeatureFormView hangs up app - MAUI #658

@ramtechjoe

Description

@ramtechjoe

I have been using the FeatureFormView and in general I find it an incredibly useful tool.

However, I am finding one problem that the binding process of the FeatureForm can really take a long time

var featureForm = new FeatureForm(feature);
Log.Debug("new FeatureForm");

FeatureForm = featureForm;
Log.Debug("Binding FeatureForm");  //This takes a long time

_ = await FeatureForm.EvaluateExpressionsAsync();
Log.Debug("EvaluateExpressionsAsync");

Can take 8 or more seconds with a larger form. Even with a relatively simple form it can take a couple seconds. And during this load time the app (UI Thread) really freezes up. I have played with a bunch of different ways to navigate to get around this without success.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions