I'm currently using the following codes to detect webview according to this post
var is_uiwebview = /(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(navigator.userAgent);
It works perfectly on Fb app but not twitter app. Please help.
I'm currently using the following codes to detect webview according to this post
var is_uiwebview = /(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(navigator.userAgent);
It works perfectly on Fb app but not twitter app. Please help.