John Botte
John Botte
Love the idea of plain js!
if this is still outstanding i can try and find an excerpt from an electron app. im still holding out hope for a vanilla js version of Mottie Keyboard
Any updates on this?
i managed working around this by creating my first cordova plugin that specifically checks on perms during app startup, and which checks for camera access before ever firing the startCamera,...
100% agree with this request, I do not use this feature because I worry it will confuse readers as well. I think either showing featured comments above the normal comment...
original story slug was updated by the author because of a typo so I was trying to update it to the new active url of the post. it's been a...
Looks like once I waited for no one to have the article open it stopped resetting the URL, that being said the comment count seems broken still... wonder if it...
This was my work around with jQuery, might try and find a way to do this within the keylime codebase (without jquery) later on. ` jQuery('body').on('click', '.lime-key', function(){ jQuery(':focus').trigger('input'); });...