#Few simple steps to inspect the mobile application (iOS and Android) in development
##iOS
Settings -> Safari -> Advanced -> Web Inspector
- Click
Develop
- Click YOUR_PHONE -> index.html
- You may choose between various choices, e.g.
Console
,Network
to watch out for possible errors during apps user interaction, or to check responses
STEP 1: Install application to your Android device. You usually have release
and debug
versions. Make sure it is debug version.
Note: If you install release version you will not be able to inspect the app
Settings -> About phone -> Tap multiple times on Build number
-> Tap back
-> Tap Developer options
-> Enable Android debugging
Right click -> Inspect -> dev tools -> More tools -> Inspect devices -> Click on Connected
device -> Click Inspect