ldstein

Results 7 issues of ldstein

Any possible solutions to maintain the setter functionality of standard HTML element properties while watching them with Watch JS? Example: ``` Javascript var element = document.createElement('div'); element.id = 'myId'; //...

Hi, I noticed makerJs sometimes failed to import some SVG paths generated by other libraries. `M 0 0 L 10 0` will import ok. `M 0 0 10 0` will...

enhancement
help wanted

### What were you trying to do? A couple of our Android test handsets are unable to simultaneously receive data from the camera and NFC reader. This is not that...

🐛 bug

Added a simple demo of changing the webview icon at runtime for Windows, as discussed in #686 Ideally, would be great to see this expanded with working examples for Linux...

help wanted

This PR adds support for connecting to a MQTT broker which requires SSL/TLS authentication. Also a bump of `async_bench` to allow dev-dependencies to install in a Windows environment. Pretty much...

### What happened? If the statusBar visibility is false: ``` Navigation.setDefaultOptions({ statusBar: { visible: false }, }) ``` a subsequent call to `Navigation.mergeOptions()` will increase the application height: ``` Navigation.mergeOptions(props.componentId,...

platform: Android
type: accepted/bug

Hi all, I'm having some issues getting Groc running on Windows 8 x64. I have three test files: - README.md - app.html - app.rb - app.js When I run 'groc...