Quantcast
Channel: Ionic Forum - Latest topics
Viewing all 70433 articles
Browse latest View live

Trouble installing and starting ionic

$
0
0

@whit3 wrote:

am having trouble installing and starting ionic

PS C:\Ionic\lemmt> ionic info
[ERROR] Error loading @ionic/angular package.json: Error: Cannot find module '@ionic/angular/package'
[ERROR] Error loading @ionic/angular-toolkit package.json: Error: Cannot find module '@ionic/angular-toolkit/package'
[ERROR] Error loading @angular/cli package.json: Error: Cannot find module '@angular/cli/package'
[ERROR] Error loading @angular-devkit/build-angular package.json: Error: Cannot find module
        '@angular-devkit/build-angular/package'
[ERROR] Error loading @angular-devkit/schematics package.json: Error: Cannot find module
        '@angular-devkit/schematics/package'

Ionic:

   Ionic CLI                     : 5.2.0 (C:\Users\SUNDAY ETOM ENI\AppData\Roaming\npm\node_modules\ionic)
   Ionic Framework               : not installed
   @angular-devkit/build-angular : not installed
   @angular-devkit/schematics    : not installed
   @angular/cli                  : not installed
   @ionic/angular-toolkit        : not installed

Utility:

   cordova-res : not installed
   native-run  : not installed

System:

   NodeJS : v10.16.0 (C:\Program Files\nodejs\node.exe)
   npm    : 6.9.0
   OS     : Windows 10
PS C:\Ionic\lemmt> ionic serve
> ng run app:serve --host=localhost --port=8100
[ng] 'ng' is not recognized as an internal or external command,
[ng] operable program or batch file.

[INFO] Looks like @angular/cli isn't installed in this project.

       This package is required for this command to work properly. The package provides a CLI utility, but the ng binary
       was not found in your PATH.

? Install @angular/cli? Yes
> npm.cmd i -D -E @angular/cli
npm ERR! Unexpected end of JSON input while parsing near '...vVEyQy6v5lPzMqwHS1y2m'

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\SUNDAY ETOM ENI\AppData\Roaming\npm-cache\_logs\2019-06-28T15_30_44_450Z-debug.log
[ERROR] An error occurred while running subprocess npm.

        npm.cmd i -D -E @angular/cli exited with exit code 1.

        Re-running this command with the --verbose flag may provide more information.

I would really appreciate if someone can help me with solution on how to fix it, thanks

Posts: 1

Participants: 1

Read full topic


Retrieving data from the hosted PWA

$
0
0

@luckyrat wrote:

I need to retrieve information from my PWA in response to system events (Android but maybe iOS one day too).

I already have the native code to respond to the Android “Activity” (if that’s the right term) and have my PWA successfully hosted by Capacitor and able to load a custom plugin (I’m just implementing it within the main project for simplicity).

I’m now stuck on a couple of details:

  1. The notifyListeners("myPluginEvent", ret); statement in the plugin documentation can’t be invoked from a static method but I don’t see how to get hold of the instance that Capacitor is using so I can’t see how to send an event to the web app.
  2. I can’t find any documentation about how to respond to the event with some data - it looks like this communication approach is “fire and forget”. Am I overlooking something?

Assuming that (1) is solvable then for (2) I guess I can implement some sort of async communication channel via events and plugin calls by tracking some unique IDs but this seems pretty hacky so I want to get some expert opinions first.

Posts: 1

Participants: 1

Read full topic

Imprimir imagen con Bluetooth Serial

$
0
0

@Walteraca wrote:

Necesito imprimir imagenes en una Impresora termica portatil, estoy creando la aplicación con Ionic 3.9.2 y actualmente uso el Complemento Nativo Bluetooth Serial, Ayuda por favor.
Muchas Gracias de Ante mano

Posts: 1

Participants: 1

Read full topic

Ionic Theming

Plans for 'official' dark theme support?

$
0
0

@schngrg wrote:

Changing themes and colors is now much easier in Ionic4 and we have seen some really good samples and examples posted by other developers and even Ionic team members with dark themes, and toggling between dark and light themes. We have tried to combine some of these into our apps to get a dark theme, but…

Doing dark theme right is hard, especially the details. For example, the ‘toggle’ border when disabled. Similar issues with alerts, popovers etc…

image image

So, are there any plans for default dark theme colors in Ionic? That can match the iOS/Android default dark colors instead of just another shade of gray.

Posts: 1

Participants: 1

Read full topic

CORS issue mobile app

$
0
0

@amarjitsingh wrote:

We have upgraded mobile app from ionic 3 to ionic4 with angular. Now we are facing issues with CORS. we tried to resolve it on the server side but solution either works for android or ios, not both as we set the header :

  • Access-Control-Allow-Origin “http://localhost” It works only for android
  • Access-Control-Allow-Origin “ionic://localhost” It works only for ios

do we have any recommendations for UI or server side which should work for both iOS & the android.

Posts: 1

Participants: 1

Read full topic

Ioinc 3 and ionic 4

$
0
0

@lou222 wrote:

I have the following quetions

  1. how to deploy ionic 4 app to IIS?
    2, which nodejs version for ionic 3?

Thanks

Posts: 1

Participants: 1

Read full topic

Build error: duplicate value for resource 'attr/layout_anchorGravity'

$
0
0

@dariocc wrote:

After a while not building the project I tried to build it and now shows this error:

Command finished with error code 1: cmd /s /c "E:\Ionic_projects\project\platforms\android\gradlew.bat cdvBuildDebug -b E:\Ionic_projects\project\platforms\android\build.gradle -Dorg.gradle.daemon=true -Dorg.gradle.jvmargs=-Xmx2048m"
cmd: Command failed with exit code 1 Error output:
D:\Android\gradle_user_home\caches\transforms-1\files-1.1\appcompat-v7-23.1.0.aar\1b78b0f678d04a28b63900b4924f2647\res\values\values.xml:115:5-69: AAPT: error: duplicate value for resource 'attr/layout_anchorGravity' with config ''.
D:\Android\gradle_user_home\caches\transforms-1\files-1.1\appcompat-v7-23.1.0.aar\1b78b0f678d04a28b63900b4924f2647\res\values\values.xml:115:5-69: AAPT: error: resource previously defined here.
E:\Ionic_projects\project\platforms\android\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:184: error: duplicate value for resource 'attr/layout_anchorGravity' with config ''.
E:\Ionic_projects\project\platforms\android\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:184: error: resource previously defined here.

The Ionic information

Ionic:
   Ionic CLI          : 5.2.0 (D:\NodeJSSoftware\nvm\v9.11.1\node_modules\ionic)
   Ionic Framework    : ionic-angular 3.9.6
   @ionic/app-scripts : 3.2.4

Cordova:
   Cordova CLI       : 9.0.0 (cordova-lib@9.0.1)
   Cordova Platforms : android 7.1.4
   Cordova Plugins   : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 2.3.1, (and 10 other plugins)

Utility:
   cordova-res : 0.5.1
   native-run  : 0.2.7

System:
   Android SDK Tools : 26.1.1 (D:\Android\sdk)
   NodeJS            : v9.11.1 (D:\NodeJSSoftware\nodejs\node.exe)
   npm               : 5.6.0
   OS                : Windows 10

Plugins installed

com-badrit-base64 0.2.0 "Base64"
cordova-plugin-app-version 0.1.9 "AppVersion"
cordova-plugin-camera 4.0.3 "Camera"
cordova-plugin-crop 0.3.1 "CropPlugin"
cordova-plugin-device 2.0.2 "Device"
cordova-plugin-firebase 2.0.5 "Google Firebase Plugin"
cordova-plugin-ionic-keyboard 2.1.3 "cordova-plugin-ionic-keyboard"
cordova-plugin-ionic-webview 2.3.1 "cordova-plugin-ionic-webview"
cordova-plugin-market 1.2.0 "Market"
cordova-plugin-opentok 3.4.1 "OpenTokCordovaPlugin"
cordova-plugin-splashscreen 5.0.2 "Splashscreen"
cordova-plugin-statusbar 2.4.2 "StatusBar"
cordova-plugin-whitelist 1.3.3 "Whitelist"

I have made this changes without any change:

  • Update Android studio and Gradle (to 5.1.1)
  • Delete node_modules and reinstall
  • Delete android platform and plugins and reinstall

Nothing changed after all that actions.

Thanks in advance

Posts: 1

Participants: 1

Read full topic


Side menu is showing up in every page

$
0
0

@premktr wrote:

i am using ionic4/angular4.i have created a side drawer menu using .so all the menu html is in app.component.html and i accesing it in only one page but dont know why the menu is showing in every page when device width is greater than 990px.

Posts: 1

Participants: 1

Read full topic

Unable connect with server when running with cordova

$
0
0

@shyni wrote:

When i run my app using ionic serve it works fine. But when i use the command ionic cordova run android --livereload , it doesn’t hit on server and gives net::ERR_CONNECTION_REFUSED error.

few days back when i was running the app with ‘ionic cordova run android --livereload’ command i was getting an option to select the ip address but now it doesn’t .

Please …Need help. Stuck from last 2 days


Ionic Info:

   Ionic CLI                     : 5.2.0 (C:\Users\FUJITSU\AppData\Roaming\npm\node_modules\ionic)
   Ionic Framework               : @ionic/angular 4.4.2
   @angular-devkit/build-angular : 0.13.9
   @angular-devkit/schematics    : 7.3.9
   @angular/cli                  : 7.3.9
   @ionic/angular-toolkit        : 1.5.1

Cordova:

   Cordova CLI       : 9.0.0 (cordova-lib@9.0.1)
   Cordova Platforms : android 8.0.0
   Cordova Plugins   : cordova-plugin-ionic-keyboard 2.1.3, (and 7 other plugins)

Utility:

   cordova-res : not installed
   native-run  : 0.2.7

System:

   NodeJS : v10.16.0 (C:\Program Files\nodejs\node.exe)
   npm    : 6.9.2
   OS     : Windows 10

Posts: 1

Participants: 1

Read full topic

When i updated the content e., static content in my app after generated of apk its showing the old content only ... plz tell me the solution

$
0
0

@bhavyasreeduvvarapu wrote:

When i updated the content e., static content in my app after generated of apk its showing the old content only … plz tell me the solution

Posts: 1

Participants: 1

Read full topic

In my cordova application having some content that comes from database, in my application .. the data that comes from database its not displaying any thing. its showing nothing

$
0
0

@bhavyasreeduvvarapu wrote:

in my cordova application having some content that comes from database, in my application … the data that comes from database its not displaying any thing. its showing nothing.

Posts: 1

Participants: 1

Read full topic

Ng-lottie dont work in android & ios

$
0
0

@alibahjat wrote:

hello
why ng-lottie dont work in android or ios in ionic 4 it is only work in browser in my mac when i serve the project
in mobile it shown blank screen

Posts: 1

Participants: 1

Read full topic

Ionic storage and sqlite in native device

$
0
0

@fairojm wrote:

How the ionic storage uses sqlite in device. can you tell me the structure and where can i db in mobile device.

Posts: 1

Participants: 1

Read full topic

A problem occurred configuring root project 'android'. > Cannot add task ':processDebugGoogleServices' as a task with that name already exists

$
0
0

@Mrimo wrote:

When I run ionic cordova build android
I get this.

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'android'.
> Cannot add task ':processDebugGoogleServices' as a task with that name already exists.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org

BUILD FAILED in 4s
cmd: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'android'.
> Cannot add task ':processDebugGoogleServices' as a task with that name already exists.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org

BUILD FAILED in 4s
[ERROR] An error occurred while running subprocess cordova.

        cordova build android exited with exit code 1.

        Re-running this command with the --verbose flag may provide more information.


ionic info

Ionic:

   ionic (Ionic CLI)  : 4.7.0 (C:\Users\Nilesh\AppData\Roaming\npm\node_modules\ionic)
   Ionic Framework    : ionic-angular 3.9.2
   @ionic/app-scripts : 3.1.8

Cordova:

   cordova (Cordova CLI) : 8.1.1 (cordova-lib@8.1.0)
   Cordova Platforms     : android 6.4.0
   Cordova Plugins       : not available

System:

   Android SDK Tools : 26.1.1 (C:\Users\Nilesh\AppData\Local\Android\Sdk)
   NodeJS            : v6.17.1 (C:\Program Files\nodejs\node.exe)
   npm               : 6.9.0
   OS                : Windows 10

the package.json file:

{
  "name": "myApp",
  "version": "0.0.1",
  "author": "Ionic Framework",
  "homepage": "http://ionicframework.com/",
  "private": true,
  "scripts": {
    "clean": "ionic-app-scripts clean",
    "build": "ionic-app-scripts build",
    "lint": "ionic-app-scripts lint",
    "ionic:build": " ionic-app-scripts build",
    "ionic:serve": "node script.js && ionic-app-scripts serve",
    "ionic:watch:before": "node script.js",
    "ionic:build:before": "node script.js",
    "build:prod": "cross-env ENV=dev ionic cordova build android --prod --release"
  },
  "dependencies": {
    "@angular/animations": "^5.2.10",
    "@angular/common": "5.0.3",
    "@angular/compiler": "5.0.3",
    "@angular/compiler-cli": "5.0.3",
    "@angular/core": "5.0.3",
    "@angular/forms": "5.0.3",
    "@angular/http": "5.0.3",
    "@angular/platform-browser": "5.0.3",
    "@angular/platform-browser-dynamic": "5.0.3",
    "@angular/platform-server": "5.2.2",
    "@angular/router": "5.2.2",
    "@ionic-native/action-sheet": "^4.7.0",
    "@ionic-native/android-permissions": "^4.7.0",
    "@ionic-native/camera": "^4.7.0",
    "@ionic-native/core": "4.4.0",
    "@ionic-native/fcm": "^4.7.0",
    "@ionic-native/file": "^4.7.0",
    "@ionic-native/file-chooser": "^4.7.0",
    "@ionic-native/file-path": "^4.7.0",
    "@ionic-native/file-picker": "^4.12.0",
    "@ionic-native/file-transfer": "^4.7.0",
    "@ionic-native/image-picker": "^4.16.0",
    "@ionic-native/in-app-browser": "^4.20.0",
    "@ionic-native/keyboard": "^4.7.0",
    "@ionic-native/network": "^4.7.0",
    "@ionic-native/splash-screen": "4.4.0",
    "@ionic-native/sqlite": "^4.7.0",
    "@ionic-native/status-bar": "^4.11.0",
    "@ionic-native/video-editor": "^4.20.0",
    "@ionic/pro": "1.0.20",
    "@ionic/storage": "2.1.3",
    "@types/jasmine": "2.2.30",
    "@types/selenium-webdriver": "2.44.26",
    "amazing-time-picker": "^1.5.3",
    "amazon-cognito-identity-js": "1.29.0",
    "aws-sdk": "2.67.0",
    "body-parser": "~1.15.1",
    "calender": "^1.0.3",
    "codelyzer": "4.0.1",
    "com.synconset.imagepicker": "^2.1.10",
    "cookie-parser": "~1.4.3",
    "cordova-android": "6.4.0",
    "cordova-android-support-gradle-release": "^2.1.0",
    "cordova-ios": "4.5.4",
    "cordova-plugin-actionsheet": "^2.3.3",
    "cordova-plugin-android-permissions": "^1.0.0",
    "cordova-plugin-camera": "^4.0.3",
    "cordova-plugin-device": "^2.0.2",
    "cordova-plugin-fcm": "^2.1.2",
    "cordova-plugin-file": "^6.0.1",
    "cordova-plugin-file-transfer": "^1.7.1",
    "cordova-plugin-filechooser": "^1.2.0",
    "cordova-plugin-filepath": "^1.5.5",
    "cordova-plugin-filepicker": "^1.1.6",
    "cordova-plugin-inappbrowser": "^3.0.0",
    "cordova-plugin-ionic-keyboard": "^2.1.3",
    "cordova-plugin-ionic-webview": "^1.2.1",
    "cordova-plugin-network-information": "^2.0.1",
    "cordova-plugin-splashscreen": "^5.0.2",
    "cordova-plugin-statusbar": "^2.4.2",
    "cordova-plugin-video-editor": "^1.1.3",
    "cordova-plugin-whitelist": "^1.3.3",
    "cordova-sqlite-storage": "^2.6.0",
    "core-js": "2.4.1",
    "debug": "~2.2.0",
    "ejs": "^2.5.2",
    "enhanced-resolve": "^3.3.0",
    "express": "~4.13.4",
    "extract-text-webpack-plugin": "2.1.0",
    "ionic-angular": "3.9.2",
    "ionic-plugin-keyboard": "^2.2.1",
    "ionic-tooltips": "^2.0.1",
    "ionicons": "3.0.0",
    "jasmine-core": "2.4.1",
    "jasmine-spec-reporter": "2.5.0",
    "jwt-decode": "^2.2.0",
    "karma": "1.2.0",
    "karma-chrome-launcher": "2.0.0",
    "karma-cli": "1.0.1",
    "karma-jasmine": "1.0.2",
    "karma-remap-istanbul": "0.6.0",
    "moment": "^2.22.1",
    "morgan": "~1.7.0",
    "ng2-datepicker": "^2.2.5",
    "ngx-filter-pipe": "^2.1.0",
    "ngx-permissions": "^4.1.0",
    "protractor": "5.1.1",
    "rxjs": "5.5.2",
    "serve-favicon": "~2.3.0",
    "sw-toolbox": "3.6.0",
    "ts-helpers": "1.1.1",
    "ts-node": "3.2.0",
    "tslint": "5.7.0",
    "typescript": "2.4.2",
    "webpack": "2.2.1",
    "webpack-dev-middleware": "1.10.1",
    "webpack-dev-server": "2.4.2",
    "webpack-md5-hash": "0.0.5",
    "webpack-merge": "4.1.0",
    "zone.js": "0.8.18"
  },
  "devDependencies": {
    "@ionic/app-scripts": "3.1.8",
    "@types/node": "^8.9.4",
    "typescript": "2.4.2",
    "cross-env": "5.2.0",
    "nodemon": "^1.18.3"
  },
  "description": "An Ionic project",
  "cordova": {
    "plugins": {
      "cordova-plugin-whitelist": {},
      "cordova-plugin-device": {},
      "cordova-plugin-splashscreen": {},
      "cordova-plugin-ionic-webview": {},
      "cordova-plugin-ionic-keyboard": {},
      "cordova-plugin-file-transfer": {},
      "cordova-plugin-file": {},
      "cordova-sqlite-storage": {},
      "cordova-plugin-network-information": {},
      "cordova-plugin-filechooser": {},
      "cordova-plugin-camera": {},
      "cordova-plugin-actionsheet": {},
      "cordova-plugin-android-permissions": {},
      "cordova-plugin-filepath": {},
      "com.synconset.imagepicker": {
        "PHOTO_LIBRARY_USAGE_DESCRIPTION": "your usage message"
      },
      "cordova-plugin-fcm": {},
      "cordova-plugin-statusbar": {},
      "cordova-plugin-filepicker": {},
      "cordova-android-support-gradle-release": {
        "ANDROID_SUPPORT_VERSION": "26.+"
      },
      "cordova-plugin-video-editor": {},
      "cordova-plugin-inappbrowser": {}
    },
    "platforms": [
      "ios",
      "android"
    ]
  }
}

I have been stuck on this for too long now. Tried editing the gradle files according to some solutions but to no avail

Posts: 1

Participants: 1

Read full topic


I'm using side menu and tabs in a same page but when i tired to open side menu based on user role it not working

$
0
0

@flycoders_sourav wrote:

I’m using side menu and tabs in a same page but when i tired to open side menu based on user role it not working. Please can you help me anyone on this issues
I would be very thank full to you.

Thank in advance

Posts: 1

Participants: 1

Read full topic

Copy/Move file from temporary folder to external directory not working in android device 8 and above

$
0
0

@virjachoudhari504 wrote:

Hi, I am using IonicMultiCamera plugin,CameraPreview plugin, and ‘cordova-file-plugin’, to capture and move images from cache to a specified folder in externalRootDirectory. This process works well in android version 7 and below, but does not work in android versions 8 and above.

For android version 8 and above the ‘moveFile’ function of ‘cordova-file-plugin’ throws an error as: { code:1, message:‘NOT_FOUND_ERR’}.

Below is the code that i am using to copy images from cache to a specified folder in externalRootDirectory.

/*--------FUNCTION TO CAPTURE IMAGE-------*/
 capturepic()
  {
    this.cachearray=[];
   
      console.log('capturepic');
      const pictureOptions: CameraPreviewPictureOptions = {
        quality: 80,
        width: 640,
        height: 640
      };
      const translations: CameraTranslations = {
        cancel: 'Cancel',
        finish: 'Finish',
        auto: 'AUTO',
        on: 'On',
        off: 'Off'
      };
      this.camera.getPicture(pictureOptions)
      .then((pictures: Array<Picture>) => {
        console.log("success in camera"+JSON.stringify(pictures));
        for(let i=0;i<Object.keys(pictures).length;i++)
        {
          console.log('picturesarray'+JSON.stringify(pictures));
       
        console.log(" getPicture fileEntry "+pictures[i].fileEntry.name)
        
        let imagePath=pictures[i].fileEntry.nativeURL;
        let imagename=pictures[i].fileEntry.name;
        let  imagePatho=imagePath.substr(0,imagePath.lastIndexOf('/')+1);
        let fullpath=imagePath+imagename;
      
        let filepathnew="file:///storage/emulated/0/Customervisitingcard/";
        
        console.log(" imagePatho fileEntry "+imagePatho);
          this.cachearray.push({imagePath:imagePath, imagename:imagename});
          console.log(" cachearray "+JSON.stringify(this.cachearray));
          console.log("iiiiii "+i+" llllll "+(Object.keys(pictures).length-1));
          if(i==Object.keys(pictures).length-1)
          {
            console.log("iffff ");
            this.copyonclick();
          }
       }
      })
      .catch(err => {
        console.log("Error in camera"+err);
      });
   // }
  }

/*--------FUNCTION TO COPY IMAGES-------*/
  copyonclick(){
    console.log("copyonclick"+Object.keys(this.cachearray).length+JSON.stringify(this.cachearray));

    for(let i=0;i<Object.keys(this.cachearray).length;i++)
    {

    let imagePath=this.cachearray[i].imagePath;
    let imagename=this.cachearray[i].imagename;

    let fullpath=imagePath+imagename;
    // let suppliername=this.supplier_name;
    // let productname=this.input;
    // let offerno=this.offernumber;
    let extrtdir = this.file.externalRootDirectory;
    console.log('extrtdir=='+extrtdir);
    let filepathnew= this.file.externalRootDirectory+'Customervisitingcard/'; 
    console.log('imagePath'+imagePath+'imagename'+imagename);
  
     this.resolvefile(imagePath,imagename,filepathnew);
      
    

    }
  }

  resolvefile(imagePath,imagename,filepathnew)
  {
    this.filePath.resolveNativePath(imagePath)
    .then(filePath => {
      let correctPath = filePath.substr(0, filePath.lastIndexOf('/') + 1);
      let currentName = imagename;
      console.log("resolveNativePath "+correctPath+" currentName " + currentName +'filepathnew'+filepathnew);
      this.copyFileToLocalDir(correctPath, currentName, this.createFileName(),filepathnew);
      
    });
    
  }

  private createFileName() {
    console.log("createFileName");
    var d = new Date(),
    n = d.getTime(),
    newFileName =  n + ".jpg";
    return newFileName;
  }
   
 /*--------FUNCTION TO MOVE IMAGES TO SPECIFIED EXTERNAL FOLDER-------*/
  private copyFileToLocalDir(namePath, currentName, newFileName,filepathnew) {
    this.file.moveFile(namePath, currentName, filepathnew, newFileName).then(success => {
 
      this.storedfilepathname = filepathnew+newFileName;
      this.storeimages.push(this.storedfilepathname);
      console.log('storeimages'+JSON.stringify(this.storeimages)+'uuuuuuu'+this.storedfilepathname);
    
      this.file.readAsDataURL(filepathnew, newFileName).then(dataurl => {
        this.lastImage = dataurl;
        this.finalimages.push({src:this.lastImage});
        console.log(" finalimages "+JSON.stringify(this.finalimages));
      },
    (error) =>{
      console.log("readAsDataURL errr "+error.message);
    });
     
      console.log("copyFileToLocalDir"+newFileName);
    }, error => {
      console.log('storeerror='+JSON.stringify(error));
      this.presentToast('Error while storing file.');
    });
  }

Posts: 1

Participants: 1

Read full topic

Deploying code from visual studio code to iPhone

$
0
0

@Tshepang01 wrote:

How do I deploy an app from visual studio code to an iphone, I have tried using xcode but it seems as if I am uploading the wrong file

Posts: 2

Participants: 2

Read full topic

Does anyone use Sanity with Ionic?

Why Ionic has version 5.2.1?

$
0
0

@gentlemanoi wrote:

When I updated my ionic to the latest version with this code:

npm install -g ionic@latest

I got version 5.2.1.
All I know is that the latest version is ionic 4. May I know what’s the difference?

Thank you!

Posts: 2

Participants: 2

Read full topic

Viewing all 70433 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>