Any Way to Display a Live Website in a Compiled Plugin/App (macOS)?
-
Anyone know how to do this? (The custom option in Markdown is broken, and webview appears to be as well.) Thanks and cheers.
EDIT: I figured this one out — check the console when you compile. You need to have caching on or off when you create it in the IDE; and then the opposite when you compile. I forget which is which, but the the console will tell you. Meanwhile, in the index file, use a JavaScript redirect to the external website.
-