# File lib/mobileesp_converted/user_agent_info.rb, line 789
    def detect_web_o_s_tablet()
      if (user_agent.include?(DEVICE_WEB_O_SHP) &&
          user_agent.include?(DEVICE_TABLET))
        return true
      end
      return false
    end