How to call WCF Web services in ionic 2
@irfan0614 wrote: I am not able to call WCF Web services on one of my project. It shows CORS Origin Error. Posts: 1 Participants: 1 Read full topic
View ArticleAdding ionic application to angular workspace
@rajeshvs wrote: I am using angular 7.0. How do I add ionic application and do ionic serve. I tried the following ng new sample1 cd sample1 ng generate application ionic4main ng add @ionic/angular cd...
View ArticlePluged in related
@ramshyam wrote: Sir How we can generate IOS apk if an plugin is not supported for IOS for example I have given you Uid pluged in not supported for IOS it mention on official IONIC website. Plugin...
View ArticleIonic 2 CROS
@ramshyam wrote: I not able to use WCF services in ionic app. It gives me CROS origine error,means block by services. Even we have give all the paramater in our wcf services like as follows <add...
View ArticleIonic 4 - Routing problem with ion-back-button
@sisdev wrote: Hey guys, I try to explaine the problem and hope of your help After login into the app there is a startpage with some items: startpage.ts item 1 item 2 … Now you can touch/click on item...
View Articlecamera in provider
@SRoslan wrote: hello i’m new here and ionic framework. i declared the ‘camera’ but there put this error. Can anyone know how to solve this problem. Type ‘CameraOriginal’ is not assignable to type...
View ArticleSocket io : i have duplicated data when i receive data from socket
@youssef_tdi wrote: ConfirmeByClient() { let observable = new Observable(observer => { this.socket.on('ConfirmeByClient-changed', (data) => { observer.next(data); }); }); return observable; }...
View ArticleIonic 3 onesignal go to specific page
@paulbuscano003 wrote: Hi, I have an ionic 3 with onesignal And I want to go to specific page. Please see my app.component var notificationOpenedCallback = function(jsonData) { if...
View ArticleCan't disable element
@AdamGelineau wrote: Hi guys, How can i disable a searchbar element ? Here’s what I wanna do: <ion-searchbar [ngClass]="searchbarClass" placeholder="Some placeholder" [(ngModel)]="searchtext"...
View ArticleAlert shows again once click away
@lunneyd wrote: Is there any way do turn of getting alert for 10 seconds after getting one. So I have alert system that when threshold met it displays an alert but say I turn the alert of it displays...
View ArticleSolution - Ionic lazy loading or infinite loading large data to HTML view
@champion007 wrote: To better explain i am using fake API which has data of 5K. Works perfectly on mobile device, tested. .html file - <ion-card *ngFor="let post of posts | slice:0:limit">...
View ArticleCenter grid in ion-content
@Angel39 wrote: Hi, I’m using ionic 4 and need to center a grid inside a ion-content. How I can do? I tried with text-center in ion-content but not work. Thanks Posts: 1 Participants: 1 Read full topic
View ArticleIonic live reload on device issue
@iothemhz wrote: I am using ionic native to build my application on android. Sometimes when I run “ionic cordova run android --livereload” urls don’t work and I am getting an error from the provider...
View ArticleManaging display cutout on Android similar to iPhoneX
@doug1e wrote: Hi there, I manage the spacing issue on iPhoneX with the following CSS padding-top: unquote(‘max(2vw, env(safe-area-inset-top))’); However, I could not find a similar approach for...
View ArticleIonic 4 Flickering on page transition
@developersjobspottr wrote: I try to get a proper page transition in Ionic 4 but before clicking the page gets white and after some delay the actual transition begins. This looks very weird to the...
View ArticleiOS Debugging with Ionic 4 (Windows)
@SamNettleton wrote: After publishing a progressive web app of a project I’ve been working on I realized that there are some bugs within the project on iOS devices only. None of the issues had ever...
View ArticleTrying to use Node Module with Ionic 4 & Angular
@tbaumer22 wrote: Hey everyone, I was beginning to develop a new project when I tried to import a node module into my project. I tried to import wlsjs and use the module in my app, but I received this...
View ArticleBackground image and color not work in NATIVE APP ANDROID
@thenameti wrote: Background does not work in native emulator or ionic (Image01). imagem2.PNG295×552 55.1 KB working only when run in the browser (Image02). imagem1.PNG.jpg351×690 103 KB .welcome-card...
View Article"Select All" feature not working in iOS with Ionic
@rikycg wrote: Hey there I created a new project with the Ionic CLI: 4.5.0 with this command: ionic start test-app tabs --type ionic1 So, I put an input text inside of tab-dash, I tested it and the...
View ArticlePersistence of firebase auth on Ionic 4 App
@claudiocfls wrote: Hello, I’m creating a hybrid app with Ionic 4 and using Firebase to authentication. However, I don’t know how to set persistence for this authentication so the user can login in...
View Article