# File lib/mobileesp_converted/user_agent_info.rb, line 379
    def detect_iphone_or_ipod()

      if (detect_iphone() || user_agent.include?(DEVICE_IPOD))
        return true
      end
      return false
    end