How do you get this to work?
I have:
const browser: ThemeableBrowserObject = this.themeableBrowser.create(this.link, '_blank', options)
browser.on('sharePressed'), function(e) {
alert('wds');
};
Doesn’t work.