Paul Castro

Results 5 issues of Paul Castro

**Platform:** Android (emulator and device) **Issue:** No PDF files detected on using openFilePicker(), only image files **Code:** pickFile(type) { let extensions = []; let that = this; if (isAndroid) {...

After I run "tns run android". I followed the installation instructions very well. **Error:** ``` Build file '[Project Folder]/platforms/android/app/build.gradle' line: 597 A problem occurred configuring project ':app'. Could not GET...

**Package.json** { "name": [App Name], "main": "./src/main.ts", "version": "1.0.0", "private": true, "dependencies": { "@angular/animations": "~13.1.1", "@angular/common": "~13.1.1", "@angular/compiler": "~13.1.1", "@angular/core": "~13.1.1", "@angular/forms": "~13.1.1", "@angular/platform-browser": "~13.1.1", "@angular/platform-browser-dynamic": "~13.1.1", "@angular/router": "~13.1.1", "@nativescript/angular":...

When user clicks/taps a Facebook ad, it will redirect to App Store/Playstore, is it possible to track the app installation using this plugin?

I'm trying to populate markers for every coordinates in the map. It was working on iOS but not on Android Only one marker appears on Android ns info: > ✔...