-
https://developer.blackberry.com/html5/apis/blackberry.io.filetransfer.html
When an application downloads or uploads a file using blackberry.io.fileTransfer, the success / error callback methods cont…
-
Try to parse
«««
const theconst = 1;
»»»
Slimit fails with
SyntaxError: Unexpected token (CONST, u'const') at 1:1 between LexToken(LINE_TERMINATOR,u'\n',1,0) and LexToken(ID,u'theconst',1,7)
Is it…
-
This ticket is to notify the whistleblower once a file upload has been completed, and the browser is out of focus.
It has been noticed, as a usability issue, that when a user is uploading large/big…
-
Window.js should have a sound API.
I'm not sure whether adopting the entire HTML5 Web Audio API is the way to go:
https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API
This has a lot…
-
Add support for user notification of any channel mentions
A couple of ideas for notification methods:
- Add a count of unread mentions (for all channels) in title
- Play a sound effect
-
Webmenu could directly access the puavo-ticket REST&Socket.IO APIs and display the notifications on the desktop. Realtime.
Notifications could be shown
- [ ] in the notification area of Webmenu
- W…
-
I am trying to implement the drawImage api of HTML5 Canvas using the nanovg apis, and cannot get it right, the docs on drawImage are at [https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderin…
-
needs reproducible example tho.
-
Google offers offline mapping and tracking.
http://techcrunch.com/2015/11/10/offline-navigation-comes-to-google-maps/
Would it be possible to allow both service providers (legal aid, shelters, advoc…
-
There is a fundamental mismatch between:
* EGL (for instance) expecting `Module["canvas"]` to be a DOM element directly
* html5.js apis taking **selectors** to identify an element, and not an elemen…