ios - How to view traffic requests on mobile Safari on iPhone -


i trying visualize network traffic in waterfall or other model on iphone similar https://developer.apple.com/library/mac/documentation/appleapplications/conceptual/safari_developer_guide/instruments/instruments.html. able fine in chrome android - https://developer.chrome.com/devtools/docs/remote-debugging

i on safari 8 , mac 10.10 , possible inspect safari's traffic following debugging mobile safari in ios 8 , ios 9

i able see network traffic not able see individual network requests. (see screenshot)enter image description here opened develop-> phone-> tab-> network -> timelines

also able see network traffic normal desktop. enter image description here

is there missing or apple hasn't shipped?


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -