iPad: closing drop down list causing web app to navigate to previous screen when closing list.
Hello,
I am building an app to be used as a web app. When I tested it on a iPad uisng Safari and Chrome, I noticed a strange behavior. It seems the second time I use a drop down list to pick a location, the app automatically navigates me to the previous screen.
Here are the steps that create the error.
- The user opens the web app and enters information about them. This includes choosing the location of their store from a drop down list
- Upon completion, the user tap on a button to submit the data and the app then navigates to another screen that is just a stopwatch to be used to record the time a user takes to do a task at our conference booth.
- When the user is done, the time is recorded and he app then navigates back to the user information screen for the next user to enter their information.
- When the next user opens the the drop down list and chooses their location, when the drop down list closes it causes the app to navigate back to the stopwatch screen.
Any ideas why this is happening?