polymer-native icon indicating copy to clipboard operation
polymer-native copied to clipboard

Develop completely native mobile apps with Web Components

Results 10 polymer-native issues
Sort by recently updated
recently updated
newest added

The documentation in README.md specifies the MIT license while package.json and ios-generator/package.json specify the ISC license. I know this is a nit but would really like to see this resolved...

I discovered that `polymer-native --help` would simply do nothing. I would like to see some very basic help text. Ideal would be to add `polymer-native init --help` as well.

A temporary solution is described in . But this will go away. In terms of dependencies: - XWebView already uses Swift 3 in versions 0.11.0 and 0.12.0. - For ActionKit...

Create Cordova/Phonegap plugin which basically injects all native code into project and creates PolymerNative instance as we see in example.

Should implement Polymer Native base which accepts createElement method. Which way of JS to native bridging should be used for Android?

Make events passing through NavigationController to underlying browser to be able to mix HTML with Native when using Native Controller.

Hi Denis, I've merged in your latest changes from your upstream master branch and tested in Chrome and iOS Simulator. I've not done extensive testing but it appears to be...

Currently JS do getComputedStyle object and sends all 200 keys object to native app. Which is cool because all CSS properties are available there. But this also is a bottleneck...