In B4A, when changing any parameter (for example, font size), I did it like this:
Activity.Finish
StartActivity(Me)
The newly opened Activity is loaded with the new parameter.
How can this be done with B4XPage?
Activity.Finish
StartActivity(Me)
The newly opened Activity is loaded with the new parameter.
How can this be done with B4XPage?