Two way data binding in separated
@rodrigoguariento wrote: Does someone know why this code doesn’t work? And what would be the correct way to do that? <ion-input type="number" (ngModel)="table.price"...
View ArticlePage slow due to loading of large ion-list
@PansHousePaul wrote: On a homepage I have a button that when you click it it navigates to a page with a list on it. This list has over 1,000 items in it. Because of this the user clicks the button on...
View ArticleGet add MAC from the device ionic3
@akkari97 wrote: Hey guy’s im in the IPTV business and i want to make an app that would get the MAC from the device and store it on my servers. the problem is i get always 02:00:00:00 as a result ,...
View ArticleProblems running the command ionic cordova run android
@estacho999 wrote: I’m getting the following error when trying to run a project with the appodeal plugin. Does anyone know what this is about, and how could I resolve this error? * Where: Build file...
View ArticleIONIC - MAGENTO ecommerce
@ToGlory wrote: Hello everybody, Please help me to start step by step with my first data project about get access to magento data with Ionic. How to config my app.module.ts and how can i use Http to...
View ArticleIon-input required not working on first click
@RehanHassan wrote: I’m adding a simple input which is required, but i’m facing a strange behavior, when i first click the input, dont write anything & click away from the input , the input...
View ArticleDeploying app on device leaves a portion on the top untappable
@mbalty wrote: I am developing an app that should be locked on the device, therefore I am using it as a launcher on android. The app works perfectly in browser and emulator. However, when deployed on...
View ArticleIonic serve errors
@SmileyBoy wrote: After calling ionic serve : ionic-app-scripts serve --address 0.0.0.0 --port 8101 --livereload-port 35730 --dev-logger-port 53704 --nobrowser [app-scripts] [11:53:08]...
View ArticleGetting error while using canActivate(){}
@abharti0310 wrote: I am converting a angular web app to ionic but getting error while using canActivate(){}. I am very new to it so unable to find the solution. Posts: 1 Participants: 1 Read full topic
View ArticleHow to get and return stored data - StorageService?
@HippoRoo wrote: Hello, I’m new to Ionic. I want to get and return the stored data, but it looks like I need to use Promise to make this code work and I do not know how to use Promise. I appreciate...
View ArticleIonic V4 - PWA not user friendly : impossible to bookmark?
@trollanfer wrote: When we build a PWA and place it on a server, we get a root location like http://mysite/myapp The user types it on it’s phone, but when the app launches, it gets redirected to the...
View ArticleIonic 3.0 - LazyLoad Image, Only the first image from the array was display...
@RomnEmpire wrote: Hello to all , I have to impelement the lazy load in a image it is working but there is still problem, only the first image from the array is shown after the lazyload and the rest...
View ArticleImport { Geolocation } from '@ionic-native/geolocation';
@salomon022 wrote: console.log: Error getting location [object Object] Posts: 1 Participants: 1 Read full topic
View ArticleiOS Build failed in ionic 4
@abanand_92 wrote: Hi All, I am trying to generate a build for iOS from ionic version 4, It was worked day before yesterday, But from yesterday, I couldn't able to generate it. is there any problem...
View ArticleI get error when trying to build android package on ionicframework.com
@pedronieto1984 wrote: npm run build success $ cordova platform add android --no-fetch WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited...
View ArticleSlides fade effect issue
@olivier_p wrote: Hi, I can’t get working with the fade effect with Ionic 4 beta-12. I’m using the options attribute (http://idangero.us/swiper/api/) It was working on earlier versions of Ionic 4...
View ArticleIonic V4 playing local video broken?
@wterrill wrote: I’m upgrading an app from V3 to V4-beta11. This app (V3) downloaded video files and played them locally using the following html code: <video *ngIf="showVid" controls="controls"...
View ArticleBuild folder missing since XCode update
@elduderino15 wrote: Since the update to the most recent XCode version (Version 10.0 (10A255)) debugging my app fails: ionic cordova run ios --debug --target="iPhone-8" --consolelogs...
View ArticleHow to display multiline json text on a page
@abdulbasitchippa wrote: How to display multiline json text on a page and i have tried this How to display multiline json text on a page? but it doesn’t work and how can we use multiple pipes Can we...
View ArticleDisplaying the current data and time
@Nouf wrote: So I am trying to display the current data and time, but did does not change it will display 12:30 , but if few mins pass it well not change it will 12:30. how can I make it so the time...
View Article