How to debug on Facebook Internal Browser (Mobile)?

后端 未结 5 1871
萌比男神i
萌比男神i 2020-12-15 16:54

I\'m developing website with a lot of HTML5 and CSS3 features. I\'m also using iframe to embed several content on my website. It works fine if I open it using Chrome/Firefox

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-15 17:14

    The internal browser the Facebook app uses is essentially a uiWebView. Paul Irish has made a simple iOS app that lets you load any URL into a uiWebView which you then can debug using Safari's Developer Tools.

    https://github.com/paulirish/iOS-WebView-App

提交回复
热议问题