David Cole

Results 11 issues of David Cole

### Issue Description On Android, if my app navigates away from the app (such as opening a Google map) and then returns, returning to the prior page via the back...

bug-pending-triage

I'm interested in adding radar data, preferably a radar loop, to an existing map in a NativeScript JavaScript app, and am looking for pointers to get started. For example, which...

It looks like there used to be, at least on iOS. Is it possible on either platform?

I'm encountering an exception with contact.delete() on an Android device (works OK on emulators). The problem occurs with line 438 of contact-model.android.js: var rawIdCursor = contentResolver.query(android.provider.ContactsContract.RawContacts.CONTENT_URI, ["_id"], "_id = "...

I created a new JavaScript Hello World project, added the Android platform, and built the project successfully. I ran `tns plugin add nativescript-contacts` and now the build fails with these...

This code works on Android to create a custom infoWindow using the `@nativescript/google-maps` plugin: ``` export function onMarkerInfoWindow(args) { const marker = args.marker; const info = new StackLayout(); info.width =...

I'm migrating from the `kefahB/nativescript-google-maps` plugin to `@nativescript/google-maps`. My app animates weather radar by composing an array of `TileOverlay`s and then iteratively changing the `TileOverlay`'s transparency to hide one overlay...

This plugin looks very useful and I'd like to investigate further. One immediate question, though - can the plugin be tested without having to publish updates to the App Store?...

On iOS, using v1.7.1 of `@nativescript/google-maps` and specifying map.myLocationEnabled = true; map.uiSettings.myLocationButtonEnabled = true; causes the myLocation Button to be displayed and shows a shadow when selected, but the camera...

I have encountered two scenarios that can cause database listeners (such as 'child_changed') to fail to remove. Here's the code at the end of the `on` method : ``` callback['__fbHandle']...