# File lib/mobileesp_converted/user_agent_info.rb, line 504
    def detect_webkit()
      if (user_agent.include?(ENGINE_WEB_KIT))
        return true
      end
      return false
    end