Boscop / Boscop/web-view

No `external` in Ubuntu 20.04 applications

Open
#289 5 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2k
Forks
179
PR merge metrics
No merged PRs in 30d

Description

I've cloned this repo, navigated into `webview-examples` and run `cargo run --example todo`.

Expected: TODO app runs and works
Actual: app starts, but no UI elements are displayed in the app

Seems like there's no `external` (`window.external`) object in the page:
image

On the other hand, `minimal` example works just fine, displaying a Wiki page.
Also both examples work on macOS and Windows for me.

I'm using stock Ubuntu with a few packages installed to successfully compile the examples.
```
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.2 LTS
Release: 20.04
Codename: focal
```

Is there any way to fix it or at least do debug it further?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.