Post Authentication error
@supriya16 wrote: Hi , I am having post auth Problem. I am passing Auth Key to post method still getting no authorisation. Here is the sample code . getUserDetails(val) { var headers = new Headers();...
View ArticleHow to insert a page break on CKEditor on Ionic 4
@ionian wrote: Hi I am working on an Ionic 4 project. I use CKEditor v4.9.2.I am trying to add a page break, using this plugin: https://ckeditor.com/cke4/addon/pagebreak I do not want to add the page...
View ArticleIonic2-calendar Month Mode
@jcm2112 wrote: Hi all, I’m working on a app that includes an ionic2-calendar, to be used exclusively on month mode. Turns out that I’d like to show only the dates of the current month, hiding all...
View ArticlePublished apk cannot login with facebook
@ice174 wrote: I am using ionic 4, When I release the apk and I try with my phone, I can login with facebook but when I publish to google play My facebook login function become error like this : Login...
View ArticleIonic Start do not generate app-routing.component.ts
@jcmendes98 wrote: Hi, so i want to start a new project, but the project do not generate an app-routing.component.ts like i have on other projects. I tried very different ways already but none...
View ArticleUpdate ionic component view across app through settings page
@adityaketkar wrote: I am working on an app, which has an ionic component with the temperature of surroundings. This detail is fetched from TemperatureService I created. Now, in the settings tab, I...
View ArticleIonic 4 new project not using the latest modules
@BrentAshWilliams wrote: Hello, I am creating a new project via ionic start. My current node version is 12.9.0. My current ionic cli version is 5.4.5 Ionic: Ionic CLI : 5.4.5 Utility: cordova-res :...
View ArticleServer E-MAIL
@jireascos1 wrote: Hi. I am new to ionic and I have an application with login for access, but I must insert the module or password recovery functionality, but I can not find a guide on how to send...
View ArticleImporting ngx-datatable
@RaulAndrade wrote: Hi I´m trying to use ngx-datatable in Ionic I executed to install npm i @swimlane/ngx-datatable --save I added the next inside src/global.scss @import...
View ArticleIonic app not being served from “ionic://localhost/” on iOS
@Jalome wrote: Been working on an Ionic app, the app runs well on Android, however when adding push notification services the app simply shows a blank screen after the splash screen and doesn’t load...
View ArticleIonic 4 / React - Ionic CLI Resources to Create Logos and Splash Screens
@bigideas wrote: Hi Folks, Perhaps someone can provide some guidance. I’ve scoured the docs and the web in the hopes of finding an integrated way to use the Ionic 4 CLI to create the icons for my...
View ArticleWho to add it to your system or browser as a trusted certificate?
@pabacouros wrote: I cannot make requests when I compile for production and sign the application to upload it… the mistakes are: IOS: PI error: <_UIKBCompatInputView: 0x10320f8f0; frame = (0 0; 0...
View ArticleHow to play video from base64 string
@mjayson199006 wrote: I’m trying to play a video using video tag html but not working <video controls width=“100%” *ngIf=“post._type === ‘VIDEO’” autoplay > <source [src]=“post._fileData”...
View ArticleAre tab parameters still possible?
@sadelbrid wrote: I’m converting my app from Ionic v3. In v3, we were able to set a set of parameters to be sent to a tab from its parent with the rootParams property. It seems this isn’t possible...
View ArticleHow to keep straight with ionicV3
@roy800227 wrote: Hi,everyone I want my screen keep straight Even if the device is landscape. Someone can tell me how to solve this problem. Posts: 1 Participants: 1 Read full topic
View ArticleIonic 4 Calendar
@prabhashi1 wrote: I have followed so many tutorial and did a research but I couldn’t find a way to implement a calendar looks like this. ( without using mobiscroll) Posts: 1 Participants: 1 Read full...
View ArticleHow to create dynamic tabs in ionic 3 tabs
@hanafiqp wrote: Heyy , i am so confused … i want make a tabs with dynamic content as sample like this . before i login then hide this tabs , and then if i has been login so i want show this tabs ....
View ArticleIonic 4 center pop over at the middle page
@aida233 wrote: Hi, Im having problem to center the pop over in the page, how to canter the pop over? I have follow the ionic documentation, but the pop over at the click button Posts: 1 Participants:...
View ArticleRedirect back to ionic app after OAuth in powerbi
@Anshu8 wrote: I am trying to display a power bi report in the ionic 4 mobile apps. So I used Iframe to display power bi report. Code look like this HTML <iframe width="100%" height="100%"...
View ArticleIonic 4 => OSX platform
@93-Zaineb-Garoui wrote: I am working on an ionic 4 project and want to generate a version for the OSX platform. I have successfully add the platform and build the project for this platform after...
View Article