How to upload image for particular user?
Hi , i am new to ionic i am using codeigniter restful services as api and i want to make a user profile picture update button . i got know about camera plugin with file transfer plugin i tried but i...
View ArticleUsing the QR Scanner Ionic Native plugin on browser platform
I have been messing around with the plugin on browser platform, and it seems quite messed up… The prepare method takes like 10 seconds (which is unacceptable), but eventually, it fires up the “allow...
View ArticleIonic Package: xcode-select: error: tool ‘xcodebuild’ requires Xcode, but...
Me too, my error: (node:19049) UnhandledPromiseRejectionWarning: xcode-select: error: tool ‘xcodebuild’ requires Xcode, but active developer directory ‘/Library/Developer/CommandLineTools’ is a...
View ArticleExisting Ionic 1 - cordova-plugin-device Error
I have an existing Ionic v1 app that I can build on an older MAC. From ionic info Your system information: Cordova CLI: 6.1.1 Ionic CLI Version: 1.7.14 Ionic App Lib Version: 0.7.0 ios-deploy version:...
View Article401 when downloading file: Credentials (cookie) not sent in header
Are you having this issue on iOS? If so, not using the wkwebview solves the cookie-issue.
View ArticleNavController.getActive() does not seem to work in Ionic View
When using this in my app.component.ts: export class MyApp { @ViewChild(Nav) nav: Nav; .. .. the code this.nav.getActive().component.name returns the name of the current page, as expected, when...
View ArticleDecode QR Code in Browser
Hello @ryanlogsdon (and everyone) Did you manage to make this work on browser? I searched the forum for this topic and couldn’t find it, so I started a new thread about what it meant for a plugin when...
View ArticleError during ionic cordova plugin add cordova-plugin-braintree
I’m adding the braintree plugin to my project (https://ionicframework.com/docs/native/braintree/) but when I launch ionic cordova plugin add https://github.com/taracque/cordova-plugin-braintree I have...
View ArticleAdd a glass to ion-page
hello, for static and dynamic styling you can use ngclass and ngstyle from angular. Both can evaluate static, variable, function or tenary expressions to apply styling. See here for examples Scotch...
View ArticleUpload audio file from this.media object to http server
@mike_23 did you find a solution ?
View ArticleUpload audio file from this.media object to http server
@rapropos did you find a solution ? i’m looking for that too
View ArticleAdd a glass to ion-page
You can use cordova plugin add cordova-plugin-device : html <my-page class="ion-page show-page" [ngClass]="{'device-ios-iphonex': isIphonex}>" typescript if(device.model == 'iPhoneX '){...
View ArticleKeyboard and Ion Input on focus
I seem to have issues with the keyboard(when it opens). This is a video demonstrating those(android): showcase-video What i am looking for is to have the same behavior as when i am pressing on a...
View ArticleUpload audio file from this.media object to http server
I use ng2-file-upload. I take the audio Blob and add a date and name: uploadBlob.lastModifiedDate = new Date(); uploadBlob.name = uploadBlob.lastModifiedDate + ".wav"; Then I add it as a FileItem to...
View ArticleAdd a glass to ion-page
Thanks @Splinter1997. But my issue is how to apply over the very parent class, like ion-app or ion-page, which are not editable in the HTML file. I can set the above [ngClass] to a ion-header,...
View ArticleKeyboard and Ion Input on focus
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleIonic 3 android project not building anymore
As above, removing that line fixed this error for me. Made sure I downgraded cordova-android to 6.3.0 and using the 2.1.3 version of Phonegap-plugin-push instead of yesterday’s version.
View ArticleIonic Push Notification - Android and iOS working
nadreal1010: .o I’m having the same problem. How to get the device token? I’m running the app on my phone using “Ionic DevApp”.
View ArticleIonic Refresh Current Page
HugoPetla, maybe look at zones… I had same issue with bluetooth app specifically. joshmorony - Build Mobile Apps with HTML5 – 2 Sep 16 Understanding Zones and Change Detection in Ionic 2 & Angular...
View ArticleIonic Pro not using correct Google Play Services Version
Please let me know if anyone else has experienced this and has fixed it. I have an app that builds release on my local machine just fine. I push the app to ionic pro, and it builds just fine there....
View Article