# File lib/mobileesp_converted/user_agent_info.rb, line 776
    def detect_palm_web_o_s()
      if (user_agent.include?(DEVICE_WEB_O_S))
        return true
      end
      return false
    end