I have created an Android application using Ionic. I was able to tap/check or do anything in the SIGN IN page. Everything works fine in SIGN IN page. But when I move from SIGN IN Page for eg: Feedback page, Am not able Tap any buttons, invoke any TextFields in the Feedback page.
Even I used the Appium inspector to tap on the Buttons/Textfields, its of no use. Tried even after restarting the Appium, even the PC. I wonder why its not even working on the Appium inspector. I never faced this issue in a native app.
- Why I was not able click any items in the second screen i.e Feedback page
- In HTML file I have added ID for all the items, but am not able to see them in the Appium Inspector. Am I missing something here?
Or is it a problem with Ionic apps. Let me know