Andy Manson

Results 10 comments of Andy Manson

This is a good suggestion. +1 As there is a "new" DeskGap currently in dev (a Rust-based version) this may be the place to add this type of enhancement. I'd...

See [pkg](https://github.com/zeit/pkg)

What I see is that the problem falls into 2 parts: 1. "Build" - e.g. on MacOS we want to produce a MyApp.app package (with Contents/Resources etc) 2. "Distribute" -...

You can change the name of the app in 2 places: 1. In your package.json 2. In the info.plist file (inside package contents / resources) To distribute as a DMG,...

Are you on a Mac? If so you cannot access either the camera or the microphone. This is because DeskGap is using the native installed webview (WkWebView) provided by the...

Have you looked at the DeskGap API Demo project? There's a context menu example in there. In brief - your keydown handler should make the following call: `const contextMenu =...

There's a slight difficulty with what you're trying to to. I'll try to explain: Generally you'd load your own 'local file' ie.. your own custom app as an html page...

Thanks Serge for the speed-of-light response! I'll look into this, and come back if I come up with anything that looks sensible. As you say, it's not a trivial problem,...

Yes - ChrysaLisp looks very interesting. I'll try and grab it on the weekend and have a play around when I've got a few contiguous hours to look at it...

Nice contribution @brophdawg11 ! I'd been looking at a (now archived but still good) routing solution "roadtrip" - which is actually a strong fit for driving view from state with...