Hi,in iOS case,since all http request will be disconnected when the screen dim.after the device awake we have to refresh the page to reconnect so we may continue inspect.then we lost all information we've did before.
But we can do some trick,such as use js to reconnect when we touch the page after the device awake.
So,is there any API for us to do such things?
Thanks.