# File lib/mobileesp_converted/user_agent_info.rb, line 366
    def detect_ipad()
      if (user_agent.include?(DEVICE_IPAD) && detect_webkit())
        return true
      end
      return false
    end