Regarding ionic native Google and Linkedin plugin conflict in IOS
@Lakshmareddy wrote: After integrating the ionic native google plugin and linkedin plugin in ios both are getting conflict. Without linkedin plugin google works fine and getting back to app after...
View ArticleCustom selector component css not working outside global.css
@christianpugliese wrote: Ionic 4, I’ve got a few custom components, I can’t get the styles to work on the selector if I add them to the component scss file on “phone-input.component.scss” does not...
View ArticleWorking with tabs
@Triumworks wrote: I am struggling with working with tabs as it presents a unique problem. If I try to navigate from the tabs page to another (both tabs or regular page) the header remains. Sorry for...
View Article"The object can not be found here" error when accessing camera
@scottieslg wrote: My client is occasionally getting an error when trying to access the camera or photo gallery that says “The object can not be found here.” Usually if they close and re-open the app,...
View ArticleLocal Notifications not showing in specific time
@aligassan wrote: l am using ionic 4 , l use Native plugin local notifications to show up notifications in specific time . l use this code to show me notification in 5 pm in local time of device but...
View ArticleError sdk build android apk
@sobhanplus22 wrote: how fix this error Screenshot from 2019-03-08 22-18-31.png934×625 96.2 KB Posts: 1 Participants: 1 Read full topic
View ArticleGoogle translate like web for ionic
@skp wrote: Hello, i want use google translate like website(below image) for my ionic app. i dont want to use google translate api because i have to translate each word for my entire app. its working...
View ArticleFailed to load resource: Request header field 'fmyCustomField' is not allowed...
@lsantaniello wrote: I receive error during server http call. Failed to load resource: Request header field lang is not allowed by Access-Control-Allow-Headers. In my request I need to add a custom...
View ArticleError http request CORS implementation
@jisaballo wrote: Hi I have an error with an http request. We have implemented CORS on the server and all our transactions respond correctly except one. This transaction sometimes responds well and...
View ArticlengIf doesn't reflect the changes trough events
@akil27 wrote: I am subscribing to an event in my home page in which I am changing the one of the objects in my array in the callback function and the view needs to change accordingly. When I publish...
View Article(ionic-v3) Preventing ion-menu from closing on click
@caio1985 wrote: Hi, I’m using intro.js to help users understand the app menu. Right now, when the menu is opened, I fire the library to guide the user on how to use the menu. However, when that...
View ArticleCapacitor writeFile - Saving pdf file is in invalid format
@wekas wrote: I am generating a pdf using pdfMake and writing it to an android device so that I can open it. I am using Capacitor and the file system command does not appear to take a blob (this...
View ArticleDo you know how to save and open a pdf using Capacitor and Ionic 4?
@wekas wrote: I can generate a pdf (using pdfmake), save and open it on an android emulator fine with Cordova. There are a lot of examples of how to do this. What I can’t seem to do is do this using...
View ArticleStyle is not applied to ion-button
@brianmackey wrote: <ion-button shape="round" fill="outline">Outline + Round</ion-button> This button is displayed as just white text. It doesn’t even look like a button. This is how the...
View ArticleCalendar in ionic
@ApproTechnologies wrote: How to include calendar in ionic Please tell me step by step procedure Posts: 1 Participants: 1 Read full topic
View ArticleFor loop an HTTP request logical error
@dmlkl wrote: Hello, Can anyone guide me on this? Below is the sample code. I tried to call an HTTP request inside the for loop, but the loop doesn’t wait for HTTP request finish already enter the...
View ArticleHow to start ionic3 app?
@basti wrote: I want to start an ionic3 app, because I want a similar environment like another app which I created. ionic start myApp sidemenu creates an ionic4 app. For an ionic1 app ionic start...
View ArticleHow To Output in Event From Popover in Ionic 4?
@kalimulhaq wrote: I would like to @Output an Event from from Popover component to Parent component. My Popover Component is import { Component, OnInit, Output, EventEmitter } from '@angular/core';...
View ArticleGetting image from image library
@elaias wrote: Hi everyone! Ionic 3, Angular CLI 7, Angular 5. Not able to get an image from the library. It fails on calling getPicture. I’m getting an error:...
View ArticleHow do i save the selected item in cart
@harshm90 wrote: Hello, Im really stuck at the place where I am unable to search what should i search I am doing a school project on restaurant app and i am stuck at the cart page where i add a single...
View Article