f.Browser.open()

f.Browser.open(url)

개요

URL을 기기의 기본 브라우저에서 열 수 있습니다.

파라미터

파라미터명
필수여부
타입
제약사항
설명

url

true

String

브라우저로 열 웹 페이지 주소

예시

f.Browser.open("https://flextudio.com/");

Last updated

Was this helpful?