class Browser::Platform

def ios_app?

Detect if running on iOS app webview.
def ios_app?
  ios? && !ua.include?("Safari")
end