Hi All,
I have a Refresh(Data Source) function attached to the 'On Timer End' property of a Timer Control.
The Timer itself sits on my Gallery Screen.
I also have the 'Auto Pause' property of the Timer Control set to 'true'.
According to the documentation, setting auto pause to 'true' should pause the timer when a user navigates to a new screen.
I also have a 'Create New' button which creates a new form and navigates to the Form Screen.
While I am editing and testing (previewing) my app the 'Auto Pause' function works as you would expect. The timer pauses and the Data Source won't refresh when I navigate to the Form Screen.
Once I publish and the run the app, however, this 'Auto Pause' function appears to stop working, the timer will continue, and will refresh the data source while users are filling out a form.
This is causing a problem as I have a 'Multi line' Text field in my form, and while users are editing the multi line text field, the cursor will jump to the bottom of the field, even if they have the cursor placed in the middle of a sentence when the Data Source is refreshed at the Timer's end.