Wildcard App ID passes in iOS but fails in Android
@nottinhill wrote: In Apple Developer Portal, when you choose an asterix containing App ID, e.g. com.company.* this fails for android builds. ✖ Running command - failed! 27 [ERROR] Cordova encountered...
View ArticleHow to create IONIC component or directive for ng-intl-tel-input/
@mahmoudrabie wrote: Hello Experts How to create IONIC component or directive for http://hodgepodgers.github.io/ng-intl-tel-input/ RegardsMahmoud Posts: 1 Participants: 1 Read full topic
View ArticleIOS 11 break app
@pierro wrote: I recently updated my IOS to 11 beta 3, to make sure my ionic v1 app was still working. However it crashes almost right away with a black screen when I launch it. I try to debug it with...
View ArticleUnsafe value used in a resource URL in iframe
@Nouf wrote: I try to display the URL in the iframe with two different way src ="{{location.locational}}"[src]="location.locational"but I still get the "Unsafe value " error I don't know what I'am...
View ArticleIon-input is always readonly
@mohitraj wrote: I have just started experimenting with ionic and have tried the example from https://ionicframework.com/docs/developer-resources/forms/ No matter what I try but every comes as similar...
View ArticleHow can i use jsPDF in my ionic3 project?
@ersaurabh101 wrote: I have installed jsPDF using npm command I googled and followed this topic: stackoverflow.com Typescript - how to correctly use jsPDF in Angular2? json, pdf, typescript, angular...
View ArticleHow to make a ionic html page data into doc file in ionic 1
@Akhil468 wrote: I have search allot but i did not find any solution regarding ho to make a doc file or any plugin which is used to make doc file like pdf reader.If any do this please send me the...
View Article`ionic package build ios` issue: "No applicable devices found"
@activeaero wrote: For my ionic 1 (ng1) build, I am trying to use the ionic build server in the cloud via ionic package build ios command It seems to be building just fine. The code signing process is...
View ArticleUnable to generate images due to an error image server unavailable
@deizadave wrote: Hello. I've been trying to create an icon and splash screen. I followed the steps and tried ionic resources but i keep getting an upload error: Unable to generate images due to an...
View ArticleCoverflow for ionic?
@Truth wrote: Hi everybody i am working on ionic 3 application. I need to have a cover-flow like this: react coverflow react coverflow.png959x484 334 KB I have searched so many places but couldn't...
View ArticleDevice Orientation Helper Script
@meatloaf4 wrote: Here is a script I'm using that uses the @ionic-native/device-motion plugin. Essentially the script will very easily return a value that states whether your device is in landscape or...
View ArticleIonic_native_ble
@DaliB wrote: I can't understand why this code doesn't executethis.ble.startScan([]).subscribe(devices => { if (JSON.stringify(devices.name) == 'my_ble') console.log('device id:'+...
View ArticleAccess ionScroll Event on Other Component
@danielmm1997 wrote: Hi i try to grab the ion scroll Event on a other component page. <custom-component [content]="content"> <ion-content #content> </ion-content>...
View ArticleRemoving prefix nav/n4 from URL?
@sebastianovide wrote: How can I get URLs as described in http://ionicframework.com/docs/api/navigation/IonicPage/ ? after 3.5 there is always a nav/n4 prefixed before the segment Posts: 2...
View ArticleNative App Developer fro Shopping Mall Project
@Raufi wrote: Hi, I am looking for ready to use native application for shopping mall which should be fully customizable from back-end.Best Posts: 2 Participants: 2 Read full topic
View ArticlePush register() function throwing "no valid aps-environment entitlement...
@joshrachner wrote: I am running Ionic 2.1.0, Cordova 6.4, Phonegap Plugin Push 1.8.0. When executing the register() function I am receiving the error: no valid aps-environment entitlement string...
View ArticleLoadingController Spinner Not Showing
@Li_eric wrote: import {LoadingController} from 'ionic-angular' let loading = this.loadingCtrl.create({ content: 'Please Wait', }); loading.present(); Package.json "ionic-angular": "3.4.2" When...
View ArticleCan Slides zoom function work?
@dizhifengminz wrote: I use the latest version,but the function don't work! <ion-content> <ion-slides [pager]='true' [zoom]='true' style="background-color:black" > <ion-slide >...
View ArticleChange app background color on toggle
@sahir04 wrote: i want to change my app background color when i toggle button color of app background should be changedhow can i do this please help Posts: 1 Participants: 1 Read full topic
View ArticleSearch bar with objects won't show anything
@josefosl wrote: I want to show al my items inside a searchbar, i did looked up on internet but nothing works, im not gettting any error, but im not getting any item to show in my content. Here a...
View Article