Ionic Sms app
Most simple answer is to use this, it will open up the native SMS application on your phone and you can select your contacts to send the SMS to. Ionic Framework Ionic Framework Ionic is the app...
View ArticleStatusBar issue with videojs Fullscreen
I use videojs for live streaming, Do you know if Videogular 2 support live streaming?
View ArticleCould not download PDF from base 64 data from web service . Why?
@anespa add following lines to config.xml
View ArticleAny Idea about Showing Virtual Keyboard in Ionic
Hai, Any Idea about showing virtual keyboard in ionic ? I need to input some non-unicode letters in an input control by picking it from a virtual keyboard layout
View ArticleHow to pass data to plugin register function?
i want to send the data from cordova plugin (which is an android native application converted to plugin in ionic) to ionic
View ArticleHow to send data to a page without pushing to that page?
Actually i am new to the ionic, i need help: I want to send the data from one page to other without pushing to that page in ionic 3. e.g add to favorite.
View Articlethis.platform.registerBackButtonAction doesn't work
Oh sorry i didnt solved problem all night. this.platform.registerBackButtonAction(() => { if (this.counter == 0) { this.counter++; this.presentToast(); setTimeout(() => { this.counter = 0 },...
View ArticleExample of a chat bubble?
i’m trying to make a ionic button into a speech bubble but it doesn’t shows up .speech-bubble { position: relative; background: #00aabb; border-radius: .4em; } .speech-bubble:after { content: ‘’;...
View ArticleiOS run --l failing due to signing, even though XCode run works
I’m getting the following error when trying to run a livereload version to fix some bugs: Check dependencies Code Signing Error: No profiles for 'xxx' were found: Xcode couldn't find any iOS App...
View ArticleHow get Facebook user info when we use $cordovaOauth.facebook()?
hey, i am using $cordovaOauth.facebook() plugin in ionic 1 app and android platform is 6.2.2. but i got the error something like “You are not logged in.please try again.” could you please tell me the...
View ArticleIon-toggle handle icon
Hey, How can I display an ionic icon on the handle like that: I couldn’t find a way to access the handle via css. Thanks
View ArticleHow to send data to a page without pushing to that page?
Maybe you can use IonicStorage https://ionicframework.com/docs/storage/
View ArticleFCM notifications when app is running
I’m using the Firebase plugin (https://ionicframework.com/docs/native/firebase/) to receive notificacions. But if the app is running the notifications are not shown, and if the app is closed the...
View ArticleIONIC call webservice token
i get no error but no status either.I think things got worse… Please why is this so hard to achieve a Http response?...
View ArticleHow to send data to a page without pushing to that page?
use a provider. see this link https://www.joshmorony.com/when-to-use-providersservicesinjectables-in-ionic/
View ArticleTypescript Error Property 'toastCtrl' does not exist on type 'ProductDetails'
IDE and the error message are clearly telling you, there is no such property toastCtrl on you product details class. add the following lines to product details class. import { ToastController } from...
View ArticleSelect item in ionic 2
hi, I have code: <ion-item> <ion-label stacked>{{'City' | translate}}</ion-label> <ion-select [(ngModel)]="dataProvince" name="province" *ngFor="let p of dataProvince">...
View Article