Refresh the entire app or screen? #3723
Replies: 1 comment
-
Textual calls compose only once, it's not quite equivalent to HTML. Could you provide more detail what you're trying to update/refresh so we can offer some suggestions? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there anyway to force refresh the app or screen?
I want to have a button whenever I click the button I want to refresh the screen, just like in web we can use
window.location.reload()
to reload the current page.I want to run
compose
function again & again whenever the button is clicked.Beta Was this translation helpful? Give feedback.
All reactions