Webviewclosed not called [MacOS, pebble emu-app-config]

I’m trying to update an app that I created for the original Pebble. I’m using the pebble command line tools on a Mac.

‘pebble emu-app-config’ shows the config page in Chrome but when I click on Submit, nothing happens. Specifically, webviewclosed is not called in the app.

This is the URL that is shown in Chrome: https://kronogram.co/pebble/configurable_basalt7.html?return_to=http%3A%2F%2Flocalhost%3A53050%2Fclose%3F

What am I missing?

1 Like

The problem appears to be that the scheme “pebblejs” is not defined.

I tried using the command tool and importing the project into CloudPebble and both have the same issue.

It seems that the Pebble SDK installer is not setting up the pebblejs scheme, at least on a Mac???