DeskGap icon indicating copy to clipboard operation
DeskGap copied to clipboard

A cross-platform desktop app framework based on Node.js and the system webview

Results 59 DeskGap issues
Sort by recently updated
recently updated
newest added

How do I make a part of window draggable

I understand that this project is no longer maintained and is pretty much dead. But the Electron like APIs and vastly reduced bundle size and support for vibrancy are a...

This project looks awesome, kudos! Bundling Node.js for cross-platform native capabilities, and ease of communicating with the UI thread because they're both JS, is a very clever twist on the...

linked with https://github.com/patr0nus/libnode/issues/2

I'm trying to install `deskgap` from scratch on Ubuntu 20.04. but the `npm install` already fails during the installation script. ```bash npm WARN deprecated [email protected]: this library is no longer...

C:\Users\azlan>npm install deskgap npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated [email protected]: this library is no longer supported npm WARN deprecated [email protected]: Please upgrade to...

When to support the cross domain request in WebView, in order to call the cross domain API interface conveniently and quickly in WebView

Platform: Win64 Version: 0.2 Wanted to post this for anyone that runs into this issue. When you show a save dialog on the UI, none of the options will do...

I really liked DeskGap among the others are available right now. Specially the codebase is so well thought and the electron like API is enough to get started an app....

My code ``` fetch("endpoint", { method: "get" } ).then((res) => console.log(res)) .catch((err) => console.log(error)); ``` Getting **TypeError: failed to fetch**