yeah that is correct, the query and repl finds every element for every page on the back stack including the top page, we have workarounds for it littered throughout or test suite, most notably is explicitly setting the view to scroll on when using the IApp.ScrollDownTo methods
Answers
Are you saying that elements on pages in the back navigation stack are being found in a query?
I thought only visible elements are found in queries.
yeah that is correct, the query and repl finds every element for every page on the back stack including the top page, we have workarounds for it littered throughout or test suite, most notably is explicitly setting the view to scroll on when using the IApp.ScrollDownTo methods