Skip to main content

navigate

Function navigate 

Source
pub fn navigate(url: &str) -> i32
Expand description

Navigate to a new URL. The URL can be absolute or relative to the current page. Navigation happens asynchronously after the current start_app returns. Returns 0 on success, negative on invalid URL.