Safari - iPhone simulator debugging (via “develop”) not showing anymore

后端 未结 8 1706
天涯浪人
天涯浪人 2021-02-04 00:58

I am using iPhone simulator to run a UIWebview, and Safari browser (on my mac) in order to debug the js / html / css code (via \"develop\" menu -> iPhone Simulator -> choosing m

8条回答
  •  滥情空心
    2021-02-04 01:37

    You can run into this problem when your Safari version does not support a iOS version on simulator. As a result you can:

    • Use Safari Technology Preview
    • Use a lower iOS version on a simulator
    • Restart iOS simulator when Safari is open(sometimes several times)

提交回复
热议问题