Cordova Build Error: Metadata Version Mismatch
@kennyalmendral wrote: Hello guys, everytime I run ionic cordova build android --release --prod, I get the following error: Error: Metadata version mismatch for module...
View ArticleHow to show Wordpress post embed video in my app
@flycoders_sourav wrote: How to show Wordpress post embed video in my app when i tried to show my response like this <div [innerHTML]='selectedItem.content.rendered'></div> only showing...
View ArticleAccess to XMLHttpRequest at from origin 'http://localhost' has been blocked...
@sridharan31 wrote: Ionic 4 project HTTP request I got an error Access to XMLHttpRequest at ‘https://u*****test.f****t.co.in/getMccList’ from origin ‘http://localhost’ has been blocked by CORS policy:...
View ArticleIonic3 vs ioni4
@rajputsachin wrote: i create an app in ionic 3 and i feel like i am stupid to choose ionic. if i upgrade cli to ionic4 then ionic3 code is not working and i use ionic3 then sometimes it is giving...
View ArticleIonic 4 value="" attribute not returning any data
@emtechict wrote: I have a profile Edit form where am passing user details from an api into using the html value="{{a.firstname}}". when i click on submit button am getting “undefined” for all the...
View ArticleDiagnostic not working
@theetje wrote: Hi all, I am working on an app and would like to check if Bluetooth is on before trying to collect data. Now I tried using the ionic diagnostic plugin as given here. And added the...
View ArticleHow to set ion-searchbar placeholder dynamically
@DavidvZ wrote: I would like to have a generic search bar component but can’t figure out how to set the placeholder through binding or interpolation. Is this possible and if so how? Found this -...
View ArticleWhen to use ionViewWillEnter, ionViewDidEnter, ionViewDidLeave,...
@Kyrax80 wrote: I know what each of them do. What I don’t know is when to use each and why? Thanks! Posts: 1 Participants: 1 Read full topic
View ArticlePush Notification for Android and iOS
@Nirmalya-S wrote: I have an app with a user base of almost 80,000. Is there any free push notification plugin?? Is Ionic push notification will work if the app is close? Need suggestion…! Thanks....
View ArticleDisplay image content as Base64 string?
@anta40 wrote: Hi, this is my first time learning Ionic. I want to take picture, then convert it Base64 string so it can be sent via HTTP POST. Here’s my code: import { Component } from...
View ArticleYouTube is not playing inside the video tag
@flycoders_sourav wrote: Below my code am tired like this . please help me out <video width="100%" height="100%" controlsList="nodownload" controls autoplay> <source...
View ArticleInAppBrowser Android Hardware back button unable to stop closing
@kennedymca wrote: Hi, i need stop hardware back button, i tried in my application const inAppBrowserOptions: InAppBrowserOptions = { hideurlbar: 'yes', hardwareback: 'no', closebuttoncaption:...
View ArticleCordova-plugin-firebase how to remove crashlytics?
@reedrichards wrote: I have installed cordova-plugin-firebase in an Ionic Cordova application and since I have added this plugin I notice the following error when I debug my app with Xcode [Fabric]...
View ArticleCustom scss-file with variable not working?
@xs2bas wrote: Why isn’t this working? Using Ionic 4, applied in a custom scss-file. $somecolor: #00ff00; ion-content { --ion-background-color: $somecolor; // not working, background turns white //...
View ArticleIndex.html file was not found error in ios using xcode?
@karthikaivel wrote: Hi, I have one v3 ios application when add platform that time was successfully added platform.then i opened application in xcode and run simulator or our iPhone will show...
View ArticleCould not find com.google.android.gms:play-services-map:15.0.1
@ahmedelhadi7 wrote: I want to build my App which contains google maps plugin but this error show up (>could not find com.google.android.gms:play-services-map:15.0.1), I am sure that google...
View ArticleHow to build and launch one ionic v3 application in xcode 10.0?
@karthikaivel wrote: Hi, I have one v3 application.how to build and app launch in app-store using xcode 10.0? Any one know solution please solve me. Thank you!. Posts: 1 Participants: 1 Read full topic
View ArticleHow could I find iOS app and how to sign it?
@Manel00 wrote: Hi everyone! I’m trying to find the iOS build app but don’t know where is it, then I think I need to sign it, how should I do that? I can run it on simulator on Xcode but cannot find...
View ArticleIonic 3 - delete users when app uninstalled
@mrg250 wrote: Hello, I have an app that uses firebase and there I manage my users’ data. The user is created by using phone auth, and the session is cached in the users’ phone The problem I have is,...
View ArticleIonic and Native Bluetooth Serial Plugin
@planika wrote: Hello! I have with bluetooth serial plugin: https://ionicframework.com/docs/native/bluetooth-serial/ When I create a project like: ionic start App --type=“ionic-angular” - and add...
View Article