Ionic 4 emulator
@manelisi wrote: Hi guys, I am currently developing an ionic app. I am at a stage where I want to make HTTP requests using: import { HTTP } from ‘@ionic-native/http/ngx’; When I am running my app with...
View ArticleGmail login with multiple accounts in device
@Rakka wrote: Hi All, I have multiple Gmail accounts on my device. When I tried to login via Gmail after changing my primary account, it always logs in from the same account. How could I show the...
View ArticleNative http problem
@abdullahomran9 wrote: hello , after i deployed my app on device " android " it wasn’t working proply because i used httpclient and i had problems with CORS . now i am stuck for 5 days trying to do...
View ArticleIonic v4 - Capacitor Plugin "Motion" not working on iOs 13 anymore
@froeschlb wrote: Hello everyone! I am using Ionic v4 with Capacitor for a kind of “Tracking App”. So I have implemented a function where the map is rotating with the heading of the users. Therefore I...
View ArticleIonic 4 showing real ads problem
@kl3jvi wrote: I installed admob-free cordova plugin and also implemented to my application. It shows pretty fine the test ads , but i have an issue when i ise my admob units for my ads. It doesnt...
View ArticleCan't use components
@tux wrote: Hello! I have created a component, but can’t use it. If i add the component in the AppModule declarations, entryComponents and exports i receive an error: Template parse errors: Can't bind...
View ArticleHow to use BehaviorSubject in an Ionic app with many variables?
@ioclaudio wrote: Hi, my question is about BehaviorSubject: I’ve defined them in this way: public mobileLatitude: BehaviorSubject<number> = new BehaviorSubject<number>(null); public...
View ArticleBuild/Serve Error
@lucaceck95 wrote: Hi there, i just passed from an MacBook with HighSierra and XCode9 to a iMac with Mojave and XCode11 i noticed that after the new installation of ionic and npm, the new version and...
View ArticleTransition to previous page is delayed in iOS
@cikcoh wrote: ezgif.com-crop.gif600×703 904 KB Hi, I have page with maps and ion-slide, I notice that when transitioning to previous page, the ion-slide is delayed. <ion-header> <ion-navbar...
View ArticleUpgrading a slightly out of date Ionic 3 application
@richardshergold wrote: My ionic info output for our Ionic 3 application is currently: Ionic: ionic (Ionic CLI) : 4.1.2 Ionic Framework : ionic-angular 3.9.2 @ionic/app-scripts : 3.2.3 Cordova:...
View ArticleUpdate an app (not in the playstore)
@jsab wrote: Hi everyone, I have a basic and quite generic question. I am working on my first app, just to learn. To test it and debug, apart from the usual things while I am coding, I have created...
View ArticleIonic 4: Broken menu and content on ios
@alex-c wrote: I have a problem which is better described in GIF: The parent page is “Challenges” and it contains a link to “Challenge creation”. The bug happens when you go to that link and then open...
View ArticleDigital web academy
@anjali8881 wrote: Digital Marketing Training Academy in Bangalore, Best Coaching Institute in Bangalore, Best Reputed Company in Bangalore, Best institute in Hebbal, Best Coaching institute in...
View ArticleIs there any way to display in appbowser along with ion-header and ion-navBar
@VidhyaC wrote: below is the code which is launcing in appbrowser but without ion-header var url=“www.google.com” launchInAppBrowser(url:any){ const browser = this.iab.create(url, ‘_blank’, {...
View ArticlePrevent / block scrolling of ion-content while drag and drop
@MichBerg wrote: Is there a way to set the scrollY / scrollX properties of ion-content dynamically so I can block scrolling while dragging elements? Posts: 2 Participants: 1 Read full topic
View ArticleIonic serve with ionic 4 in ubuntu
@Rithesh4i1hu wrote: i have installled ionic 4 cli and created tabs app. while serving file i was getting this error. ionic serve > ng run app:serve --host=localhost --port=8100 [ng] Schema...
View ArticleHow to syncing other services to Layer chat via webhooks
@davidalismichael wrote: How to syncing other services to Layer chat API via webhooks. Especially mobile clients where it takes a while to update. There is 2 webhook Stream webhook Serverless webhook...
View ArticleHide keyboard in the app completely
@salmanullahkhan wrote: How to hide keyboard in the app completely? I am developing an app where I need only buttons for input which I have created but now I need to hide keyboard from the app. Posts:...
View ArticleHow to reload app.component on event in ionic 4
@Haug wrote: I’m stuck with the following problem. app.component.ts is listening to event ‘login’ which works fine. But, when then event is firing I want to reload my app.component-page as I want to...
View ArticlePin code lock for ionic app
@vivek-23 wrote: Does there exist any plugin that does pin code authentication on app launch? Update: I did find this plugin. Will see if it meets what I need(although it’s fingerprint instead of Pin...
View Article