# File lib/mobileesp_converted/user_agent_info.rb, line 337
    def detect_iphone()

      if (user_agent.include?(DEVICE_IPHONE) &&
          !detect_ipad() &&
          !detect_ipod())
        return true
      end
      return false
    end