Richard Dancsi
Richard Dancsi
Hey @nnarayann, Are you using the latest code? This commit should have taken care of this (although only works with the non-deprecated init function and in case the keyboard is...
Hey @crmpicco, this looks great actually, thanks for your work! Would you mind dropping a quick note to the `README` about how to compile this etc., as well as adding...
Yes, that would be the ultimate goal. It would require a lot more work though, and there will be scores of corner-case components: I just used a modal-view for uploading...
Sure. Feel free to go ahead :)
Thanks Chris, It's been quite a while, but the map object is stored in _self.vars.map after it's been created in line 172 in the [js file](https://github.com/wimagguc/jquery-latitude-longitude-picker-gmaps/blob/master/js/jquery-gmaps-latlon-picker.js): ``` js _self.vars.map =...
We're seeing similar behavior with typeorm 0.3.20 (and node-postgres 8.11.3). Specifically we've seen `findOne()` return undefined where we know that the row is present in the database, and where consecutive...
Using the browser's location features (and assuming that the ".gllpLatlonPicker" class name makes sense in your case), you can do something like: ``` js if (navigator && navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(location)...
This seems to be a fair point, thanks! I don't have much experience using VO, so I'll just leave the Issue open here for everyone else to see.
It also depends on how the alert is attached to the view. It might be added as a subview of the parentView that the user passed on, or, as a...
hey @chrizstone and @sharanyakm - does the project in the repo work for you? in case it does, can you share some more of your code? are you trying to...