Hi,
I had designed a canvas app few days ago, which consisted of 10-12 screens. The app is running perfectly fine. Recently I happened to split the same 1 app into 2 separate apps (App A & App B). App A navigates to App B at some points (using Launch function). App navigations seems to be working perfectly fine.
The navigation between the screens within a silo application happens using Navigate function by clicking on next or back buttons (On Select event).
Problem: I see a vague issue in first screen of APP B. When I click the next button, the Navigate function is called from On Select event of the button. The issue is - every first click of the button refreshes/reloads the same screen instead of navigating to the intended screen. Second click onwards it works perfectly fine. There is no other code in On Select event than following code. I've tried many options like changing the screen, using different transition, removing update context etc. but there is no luck whatsoever.
Navigate('Screen 2', ScreenTransition.Cover);
Had anyone came across such issue? and have solved it somehow. Appreciate your time and inputs.
Regards
Anand

Report
All responses (
Answers (