Stoyan Stratev

Results 18 comments of Stoyan Stratev

Do you have the `iosAllowsBackgroundLocationUpdates` option set to `true` in the `.watchLocation()` call options? If possible, provide a sample app (https://play.nativescript.org/ works great for this) so we can review the...

GPS works better when the device is outside and not in a building. High Accurary/Device only modes will take some time to provide an accurate location (especially from a cold...

To access the FiddlerCore packages from the private Nuget server, first you must have a valid Telerik account and configure it in Visual Studio - https://docs.telerik.com/reporting/using-reports-in-applications/how-to-add-the-telerik-private-nuget-feed-to-visual-studio Alternatively, you can try...

The `nativescript-camera` plugin uses a standard intent action called [ACTION_IMAGE_CAPTURE](https://developer.android.com/reference/android/provider/MediaStore.html#ACTION_IMAGE_CAPTURE) in Android. This is handled by whatever camera application is installed on the device or if multiple camera apps are...

Hi, I just tried to reproduce this using the demo app in this repository, I just added the `[email protected]` plugin and then the following lines in app.ts: ```TypeScript handleOpenURL((appURL: AppURL)...

Here is what I tried: - using the demo app from this repository https://github.com/NativeScript/nativescript-facebook/tree/master/demo - I added the urlhandler plugin - `tns plugin add nativescript-urlhandler` - I added the following...

Hm, I tried that as well (both `Continue with Facebook` and `Continue with Facebook (Custom)`) and the demo worked. I was logged in with Facebook and could log out as...

Can you try saving your metadata as a json file and uploading it like you do the other file? This way you will be able to specify the content type...