Add a glass to ion-page
I am detecting a platform in my app.component.ts file, where I want to add a several different scss to the ion-header, ion-content, ion-title etc. tags in my whole app. I want to add a global prefix...
View ArticleError when uploading file (cordova-plugin-file-transfer)
FileTransferError with code 1 and http_status 501
View ArticleUpload image to Firebase
I am creating an application for gym members with each member assigned QR barcode to allow them to sign in. This is generated when they sign up for the app, with its own unique barcode assigned to...
View Article[Capacitor] Newbie questions
So answer to that last one ionic serve not yet supported. first build the app and then run npx cap serve. Furthermore the following need to be added in index.html (I guess till a better solution)...
View Article401 when downloading file: Credentials (cookie) not sent in header
Hi Matt, thank you very much, that have helped. So the problem is that the download is made from a native request, and the native layer doesn’t have the auth cookie, because the webview used by ios...
View ArticleIon content overlapping with default device top menu bar (IOS)
Hi, all my app content tends to overlap with the device navigation, is there a way of handling this in ionic without using custom CSS. Thanks. code structure is <ion-content> *****...
View Article"the connection to the server is unsuccessful" ionic run android -l -c
You need to connect same WIFI network to which your laptop is connected. connect your phone to the same network. that works for me. (y)
View ArticleHow to refresh when a segment button is clicked?
I am new with Ionic development. I am trying to build a page with segment buttons. When I click on each segment button, I am trying to use ngSwitch to show a part of the page as described in the...
View Article[Capacitor] Newbie questions
Look like I’m an infinite amount of questions What is the size (width/height) of the photo taken with Camera.getPhoto? max width/height according the device used or a defined size? These options are...
View ArticleWhat’s the difference between “cordova-plugin-ionic-keyboard” and...
I’ve somehow ended up with both in my config.xml <plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" /> <plugin name="ionic-plugin-keyboard" spec="^2.2.1" /> I’m trying to show the...
View ArticleIONIC call webservice token
nbenakis: getLogin(SubscriptionID,SubscriptionPassword,BridgeID, UserID,Password,BranchID,LangID):Observable{ return this.http.get(this.url,) }} http status 200 is Success!.. but the second one is...
View ArticleSpeech recognition/ speech to text on Ionic v1
I am writing a hybrid app with cordova cli 8, ionic 1.3.5, and angularjs 1.5.3. I would like to add speech recognition to my app. I would like the user to push a button, say some words, have the words...
View ArticleHow to display image(taking with camera) on canvas (signature pad)
hello all, am making one application in which task is drawing on image …so what i already done is i create canvas 2)using signature pad am drawing on canvas but now am taking picture through camera...
View ArticleContinuous Deployment & Live Updates with Ionic Deploy
How this update is working? Whether its happening in device from initial commit to last commit or last but one commit to last commit ? While updating I am able to see on every update initial commit...
View ArticleHow to display image(taking with camera) on canvas (signature pad)
my html file> signature Cancel clear done resize …please help me to solve this problem
View ArticleHow to display image(taking with camera) on canvas (signature pad)
umeshionic1234: done resize image.png762x477 35.6 KB
View ArticleDateTime Picker Hours Minutes (ex 3 hours 10 minutes)
Hi, Thanks for the code snippet. Can you share the html code as well where this is called? TIA
View Article