Info.plist file not found with no modern build
@5w33t wrote: Hey there, Since xcode update 10.2.1 I have this problem when I tried to build my IOS app: Info.plist file not found. And I already use the --buildFlag="-UseModernBuildSystem=0" option...
View ArticleIonic Local Notification not trigger and sometime trigger before time
@nadirnadir wrote: Ionic Local Notification not trigger or come sometime and sometime trigger before time set time I am facing different scenario when schedule notification set for 5 mint and app in...
View ArticleMaking new field appear for old users
@heardnetwork wrote: I’ve added a new text field to my users proflie page in my ionic 3 app, so they can add a description. It works great for new users, but how do i get the new field to appear for...
View ArticleUsing styled-components
@Kikketer wrote: We use styled-components for our application and I was wondering if anyone has used this to style up any parts of Ionic. We allow customers to alter the theme of our application using...
View ArticleIonic4: How to use a Service Provider as a singleton?
@ioclaudio wrote: Hi, I’d like to create a service provider "QrcodemanagerService " and use it in all the pages of the application as a singleton. My doubt is this: If I define the service provider in...
View ArticleVideo delay app
@basti wrote: Hi, I’m looking for a way of an instant video delay playback. Similar to this one: https://play.google.com/store/apps/details?id=borama.co.mirrorcoach Is there a chance of making such a...
View ArticleHelp with Ionic 3 and node_modules
@nichtwitzig228 wrote: Hi Guys, I have a problem when I tried to install node_modules in ionic 3. I installed it with the command ‘npm i @ ionic / angular’ because the alert did not work. I created...
View ArticleHow to use point cursor over ion-icon (Ionic 4)
@wekas wrote: Neither of these works: ion-icon { cursor: pointer; } ion-icon:hover { cursor: pointer; } Posts: 5 Participants: 2 Read full topic
View ArticleIONIC4 Firebase Push Notification Help Me
@wysong wrote: Hi Dear, Developing with Ionic 3, I could not proceed, so I developed the app using Ionic4. first, home.page.ts constructor () { getPMXToken (); } If you do this, it will work on...
View ArticleIon-datetime doesn't show
@Maaar97 wrote: Hi I’m trying to open an ion-datetime but it doesn’t work, doesn’t show anything, errors neither. I tried using the ion-datetime out of ion-item and it shows and error, but i don’t...
View ArticleIonic sends same data multiple times to the server which is supposed to send...
@ThaminduDilshan wrote: Hi, In my ionic app, I’m sending http post requests containing json data to a server. App is supposed to send multiple requests inside a loop with different data (client_id,...
View ArticleHow to translate strings with parameters?
@ioclaudio wrote: Hi, In an Ionic4 app I’d like to translate strings with parameters like these: <ion-label>I accept <a href="#" routerLink="/terms_conditions"> terms and...
View ArticleIonic apps
@kolito wrote: I would like to do a small project with ionic . The name of my project is to find a doctor an application made with the ionic frameork and a mysql database . An application that can...
View ArticleIONIC 4: ion-backdrop not working
@pefe wrote: <ion-backdrop visible="false" tappable="false"></ion-backdrop> i added the code above and the backdrop is not visible but i cannot click anything behind it, and the mouse...
View ArticleFacebook4 plugin issue
@udaygarud wrote: Hi, We have been trying to integrate facebook4 plugin for login using facebook. But once we add plugin our build gets failed with Dex merge issue. Can any one help us out? Posts: 1...
View ArticleHow to conditionally and dynamically set an ion-item background color
@peterjc wrote: I have just been porting my app from Ionic 3 to Ionic 4. I have a side menu, with a list of ion-items, and if selected would navigate to a new view. When the menu is shown, I shade the...
View ArticleHelp me please i have pronblem
@JUNITY wrote: ionic4 - I want to hide scroll bar vvv2.JPG439×746 43.2 KB Posts: 2 Participants: 2 Read full topic
View ArticleMaking buttons side by side
@sinerrgy wrote: Hello, I am a student and I’m trying to make a project. For my project, i have to make 4 buttons at the top of the page, but i cant do that. Can anyone help me? It has to look like...
View ArticleStop scroll events in virtual scroll (ion list) while ion searchbar has focus
@Adza wrote: Hello everyone! Is it possible to stop iOS scroll event on ion-list that is happening while user clicks on ion-scroll and scroll actually gets focus? I am experiencing strange behavior...
View ArticleError in Facebook & Google Login with released signed Apk
@harshm90 wrote: 0 I have created an app with facebook & google login. I have been following the guide on Ionic Documentation as well as on Medium & [Ionic...
View Article