# File lib/mobileesp_converted/user_agent_info.rb, line 1198 def detect_wap_wml() if (http_accept.include?(VNDWAP) || http_accept.include?(WML)) return true end return false end