Skip to content

Navigating Pages #1258

Answered by andrewleader
jjwb96 asked this question in Q&A
Aug 17, 2021 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

Operations in your Loaded callback are performed on the UI thread by default, which means any non-async operations will block the UI, which is likely why you're seeing the page freeze up till it finishes the operations.

What kind of operations are you doing where you said \\Does UI stuff while apply settings? If those operations involve loading data or other non-UI operations, you can likely try to offload those to a separate thread.

We'll need to see the rest of your code to help you more though.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@jjwb96
Comment options

@andrewleader
Comment options

@jjwb96
Comment options

@jjwb96
Comment options

Answer selected by andrewleader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants