Skip to content

Feature Request: Add navigation state APIs #1735

@tuyangJs

Description

@tuyangJs

Summary

wry provides basic navigation functions like reload() and navigate(), but lacks a consistent cross-platform API for navigation control and state querying.

For building browser-like applications, Electron-style navigation APIs are expected but currently incomplete in wry.


Missing APIs

Please consider exposing basic navigation control APIs:

webview.go_back();
webview.go_forward();

webview.can_go_back() -> bool;
webview.can_go_forward() -> bool;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions