Re: [polymer-dev] Re: Binding to e.g. input value= in 0.8

2015-03-30 Thread 'Justin Fagnani' via Polymer
Hi Michael, There's a branch of 0.8 where work is being done to let you specify an event that will trigger an update of a binding. This will let you make two-way bindings to native elements, and custom elements that don't follow Polymer's event firing and naming conventions. I'm not 100% sure,

[polymer-dev] Is it possible to develop phonegap application using Material Design (Polymer) for lower version of android 4.3 and less.

2015-03-30 Thread suraj gorai
Hi all, I am Phonegap Developer, I try to develop Phonegap Application using Material Design (Polymer). I Follow https://blog.nraboy.com/2014/07/use-polymer-apache-cordova/ Example And I get success to create an application, but the problem is that when I test my application in my Samsung

[polymer-dev] Scrolling in one browser will also scroll in another browser

2015-03-30 Thread Mikael Magnusson
Hi, Sorry for the confusing subject but this is somewhat weird and I'm hoping you might be able to help me. I have a nodejs application with express and socket.io (and a mongodb/mongoose database). The front end is a Polymer based app. The problem is that if I open two browsers (or tabs)

[polymer-dev] Re: Scrolling in one browser will also scroll in another browser

2015-03-30 Thread Mikael Magnusson
Hi, Having spent a couple of hours searching for a fix I finally wrote the post below, and then I immediately found the answer: http://www.browsersync.io/ I removed it and now everything is working as I want. Sorry for the spam. Mike On Monday, March 30, 2015 at 5:33:30 PM UTC+2, Mikael

Re: [polymer-dev] May I contribute a core element for indexedDB?

2015-03-30 Thread Eric Bidelman
The element sets are evolving quickly as 0.8 changes. We're currently in the the process of developing element collections that address different cases (UI, layout, material design, etc). Something like a storage layer is definitely not out of the question, but I don't think we have any plans at