Picture from camera didn't store into server
i think the problem might be because of the picture in base64 encoded string. and i follow this example for my project https://devdactic.com/ionic-2-images/ can you share some of your code on upload...
View ArticleHow to upload a file(image or video) to server in ionic
i’m encounter some problem when following your tutorials. it seems my picture didnt upload to server. Is it because the picture in base64?
View ArticleIonic Http appending header
@densetsughem have you solve this issue? I have the same problem instead of sending Authorization:anymous merchant_id:105 merchant_user_id:90 the request still sending Access-Control-Request-Headers...
View ArticleUbuntu Android build failed Unhandled Promise Rejection Warning
Hey @angelomrigo I think the issue is related with your android version try this 1.ionic cordova platform remove android 2.ionic cordova platform add android@6.2.3
View ArticleIn one project function for create pdf and download not work in another...
Dear Friends, in one of my sample code the function works for creation and download of PDF as follows createPdf(epayTransID,status,ReceiptDate,TaxPeriod,TotAmount,BankRefNo) { var docDefinition = {...
View ArticleHow to send data to a page without pushing to that page?
GaneshGarad: console.log thanks your solution sounds well:grinning:
View ArticleExpert Ionic Developer- freelance
Hi , I am a experienced developer and would be able to help you out on this… I sent you an email. Best Wishes, Andrew andrewjohnson56782@gmail.com
View ArticleConditionally include JS file
Thanks for your suggestion. Ionic has moved away from gulp and hence I wasn’t too keen to using this method. There were articles using similar method with NPM and ionic.webpack - but those work only...
View ArticleProblem with Refresher and InfiniteScroll enabled/disabled
It worked for me. I declared the variable infiniteScroll :any; assigned the this.infiniteScroll = infiniteScroll; in loadMore function then set this.infiniteScroll.enable(true); in function declared...
View ArticleCan anybody give me an example for modalCtrl.create(ModalClass) with common...
@janckerchen without lazy loading let ruleModal = this.modalCtrl.create(ModalTrade... with lazy loading let ruleModal = this.modalCtrl.create('ModalTrade'... note the quotes around the modal/page name
View ArticleComponent not showing on product build
I created a custom component and included it on a page. import { Component, Input, OnInit, ViewChild, ElementRef, } from '@angular/core'; import { ActionSheetController } from 'ionic-angular' import {...
View ArticleAnybody give me a experience resume for ionic developer?
please send me some experienced resumes for ionic developer kallurusivareddy409@gmail.com thanks.
View ArticleIONIC3 HOW TO UPLOAD MULTIPLE FILES (e.g. IMAGES ) IN SINGLE POST REQUEST?
Same Problem With Me I am Having Trouble to do that as well.
View ArticleHelp me help me . i need a function get save json into sqllite database
exp: json { "data": [{ "type": "articles", "id": "1", "attributes": { "title": "JSON API paints my bikeshed!", "body": "The shortest article. Ever.", "created": "2015-05-22T14:56:29.000Z", "updated":...
View ArticleIonic Swipeable Tabs are now here!
Hi All, I implemented the swipeable tabs but I need to show the tabs below the ion-header of individual tabs also I have to hide tabs on the sub pages. Any help for me on this? Capture.PNG312x551 6.63...
View ArticleCustom SVG loader not working in ionic 2
stackoverflow.com Ionic 2 custom svg spinner in loader javascript, svg, ionic-framework asked by Ross Rawlins on 09:55AM - 22 May 17
View ArticleForm Validation error expected validator to return Promise or Observable
Just to be clear it needs to be email: [’’, [Validators.required, Validators.minLength(5)]],
View ArticleAdd data to nested JSON object file
hi guys, i am trying to append some data to a nested JSON file but somehow it’s not getting there Here is my JSON file export class createusers{ mail: string pass: string field_title: { und: string }...
View ArticleHelp me help me . i need a function get save json into sqllite database
Hi, @nguyentrunghieutcu You have to create a dummyDump.sql file in ‘assets/’ folder like this, CREATE TABLE IF NOT EXISTS developer(id INTEGER PRIMARY KEY AUTOINCREMENT,name TEXT,skill...
View Article