Ng-Zorro components and Ionic 5.x
@odorakel wrote: Hey folks, does anyone have an idea how to integrate https://github.com/NG-ZORRO/ng-zorro-antd into an Ionic 5 application? I need some components that Ionic does not provide with...
View ArticleSSL pinning for ios with ionic 3
@Nirmalya-S wrote: Hi, I did not have much knowledge in iOS classes. I am building an iOS app which required the SSL pinning. Most of the google example based on swift. May I know the steps or could...
View ArticleCan't run android on my device with error saying playform android already added
@pdj wrote: 스크린샷 2019-12-17 오후 7.12.221410×282 38.6 KB what is weird is that even though I typed ionic cordova platform add android then platform folder is not generated…i typed all the...
View ArticleIonic app execution in mobile
@sagar1412 wrote: which file run firstly after app install in mobile (step by step execution of ionic app ) Posts: 1 Participants: 1 Read full topic
View ArticleIonic4 ios iframe not loading the video
@prabhashi1 wrote: Hi all, I’m having an issue with loading the iframe url in ionic ios. this is working fine in android but in ios it’s only load the iframe. I have tried adding but no luck. Can...
View ArticleIon-router-outlet
@Harikag wrote: Hi, I have an ionic-navigation app. Now I am changing to routing concept, by commenting ion-nav to ion router-outlet. Below is my current code <ion-nav [root]=“rootPage” #content...
View ArticleDynamically Reference Class Variables from inside a function
@Luzaan wrote: Hi, I was basically wondering how to reference the variables previously set in the class from within a function based on some dynamic input. as an example to help clarify what I mean,...
View ArticleIssue in adding iOS project when installing...
@vishaljaniqx wrote: Command : sudo ionic cordova platform add ios above command end with below error. please check ionic configration and error log ionic info Ionic: Ionic CLI : 5.4.13...
View ArticleKeep page opened inside tab
@Xiwi wrote: I’m using Ionic 4 with Angular 8 and I have a tab component with 3 pages. My app has an extra page (page4) which can be opened from any of these 3 pages/tabs. If I want to open it I do...
View ArticleIonic iOS Build Error XCode Undefined symbols
@test-nikko wrote: I’m trying to build an iOS application using xcode 10. But I am having these kind of errors. Everything went smoothly when building “ionic cordova build ios”. But when I build it...
View ArticleCargar contenido horizontalmente
@psarahi08 wrote: Quiero forzar que el contenido que se cargue en la pantalla sea de manera hozizontalmente (ademas de bloquear que no se pueda colocar el movil verticalmente) quiero ver algo asi,...
View ArticleHow to work with .append() like in jquerry
@scriptjamin wrote: Hello guys, im just learning how to code an app in school, we are using ionic v4 and right now im suffering. I want to copy the whole ion-item into the ion-list tag after the...
View ArticleAyuda con creacion de paginas/help with create pages
@Luismzm wrote: C:\Users\Luis\Desktop\appSena>ionic g page notificaciones ng.cmd generate page notificaciones CREATE src/app/notificaciones/notificaciones-routing.module.ts (379 bytes) CREATE...
View ArticleIonic-popover --box-shadow
@pimol wrote: I can’t find out where I have to put --box-shadow css custom property. I tried in the scss file of the component, of the hosting page, in the global scss… but I can’t see any shadow. Any...
View ArticleCan't use checkbox when using "contentId" for ion-menu
@leonardofmed wrote: It’s been a while since I’ve been getting the following warnings from Ionic because of the structure of my menus: [DEPRECATED][ion-menu] Using the [main] attribute is deprecated,...
View ArticleIframe embedding webapp
@angelgtz wrote: Hello, Currently, I am trying to create a mobile app to embed my web app. I am using an iframe to load the website and it seems to be fine. However, the webapp has some links to...
View ArticleRunning Ionic Devapp with iPhone 6
@jjgoat wrote: I run ionic serve --devapp and can successfully see my app on the Ionic Dev App. However when I tap on the instance in the dev app it consistently times out with the error: Unable to...
View ArticleHow to hide label after selecting an option?
@Astrid5 wrote: Hey guys, so, I’d like to know how to hide a label after selecting an option. Here is my code: <p>Posso esperar até:</p> <ion-item class="select-info ion-margin-bottom"...
View ArticleFile for commonly used functions
@obinnae wrote: In my app, there’re some functions I created that I use frequently across the app (getUser(), showAlert(), goto()…), and I put them in a .ts service file which I inject in the pages....
View ArticleIonic 4 - Ionic side menu applcation retain component state like tabs
@reedglawrence wrote: The tabs architecture has a nice feature where you can click from one tab to the other and the lazy loaded component state is retained, including the previously visited URL....
View Article