Skip to content

Does the WebView runtime use js? #41

@d1y

Description

@d1y

What I want to know is that if you use webview , it's actually a browser, just a smaller shell (compared with electron'), then I'll build a html file + js file for interaction (rust' interface).

Or rs to build the logical layer

Chestnut

<html>
<body>
<button id="btn"> </button>
</body>
</html>
document. getByElementById ('btn'). onClick ('alert ('xx'))

Is that so? So rust just means that interfaces like operating file systems are provided at the bottom?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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