R/supported.R

#' Devices that can be detected with \{shinybrowser\}
#' @format NULL
#' @usage NULL
#' @export
SUPPORTED_DEVICES <- c("Mobile", "Desktop")

#' Browsers that can be detected with \{shinybrowser\}
#' @format NULL
#' @usage NULL
#' @export
SUPPORTED_BROWSERS <- c("Firefox", "Chrome", "Edge", "Safari", "Opera", "Internet Explorer", "UNKNOWN")

#' Operating systems that can be detected with \{shinybrowser\}
#' @format NULL
#' @usage NULL
#' @export
SUPPORTED_OPERATING_SYSTEMS <- c("Windows", "Mac", "Linux", "iOS", "Android", "BlackBerry", "Windows Phone", "UNKNOWN")
daattali/shinybrowser documentation built on Aug. 21, 2024, 6:12 a.m.