How to implement a "scroll reveal" effect in Ionic-Angular (v5) found on the...
@sakotturi wrote: I would like to implement the effect of showing certain elements/components based on the scroll position. This is similar to the https://ionicframework.com/ page which beautifully...
View ArticleBug: using one checkbox or radio in an ion-alert converts all inputs to...
@alexmehler wrote: using one checkbox or radio in an ion-alert converts all inputs to checkbox/radio try it Posts: 1 Participants: 1 Read full topic
View ArticleIssues with iPhone notch
@tkclark wrote: Having issue with the not and my modal. Anybody know what I should be doing to fix? Screen Shot 2020-03-22 at 11.58.14 PM902×184 22 KB I tried adding: body{ margin-top:...
View ArticleHow to pass radio button value to another page
@NthabyMogoboya wrote: <ion-radio-group (ionChange)="radioChangeHandler($event)"> <ion-list-header> <ion-label color=""> Flavours </ion-label> </ion-list-header>...
View ArticleNotification as a voice call app
@doraeball22 wrote: How to implement notification like a voice call in LINE, Messenger, WhatsApp or any voice call app? when anyone calls to you, it will show screen accept or reject even though the...
View ArticleRemote databse driver
@robyguglie wrote: Hi! i’m trying to create an application and i need to interface with an mysql db, how can i connect to it using driver? i know i can use httprequest and php, but it’s not very...
View ArticleXMPP strophe file transfer
@etarom wrote: Hi, I am developing an ionic-cordova application with chat by Openfire. I can’t get the strophe.si-filetransfer.js plugin to work This the declaration in index, html: <script...
View ArticleAndroid Studio not recognizing changes
@Vigors wrote: Hi, For some reason, when I make a change to my code, and then build it: ionic build, ionic capacitor copy, the change is not picked up in the Android Studio. When I run the app, some...
View ArticleIonic date picker and calling calendar view
@pdj wrote: KakaoTalk_Photo_2020-03-23-21-13-57432×960 30.9 KB how I can adjust width of calendar ? I don’t want to see right side of calendar’s white space… code I write is as below. let options = {...
View Article--release causes a very large App Size
@EinfachHans wrote: When i build my App with: ionic cordova build ios --debug --buildConfig is has a File Size of nearly 50mb. But with ionic cordova build ios --prod --release --buildConfig the Size...
View ArticleHow to get your current location in real-time using geolocation?
@Sweg wrote: I am getting my current location using Geolocation below: ngAfterViewInit(): void { this.getLoc().then((resp) => { this.initMap(resp.coords.latitude, resp.coords.longitude); }, er...
View ArticleCircular dependency with modals
@chager wrote: Hi all. I’m trying to build a ModalPage to create a Contact. This Contact has a List of related Contacts wich can be created from inside the Modal. As soon as I try to Open the Modal...
View ArticleIonic Router without Frameworks
@ArasBerke wrote: Hello! I am using Ionic without any Framework. How can I use the router? In the Docs there is this: customElements.define('nav-home', class NavHome extends HTMLElement {...
View ArticleHow to place an ion-label underneath an ion-fab-button?
@Sweg wrote: Is it possible to have an ion-label placed just underneath an ion-fab-button? At the moment, it is appearing like this: But I want it to display like so: Here is my current HTML &...
View ArticleHow to show loading spinner while fetching data ionic 4
@tkhang wrote: I want to fetch data when I displaying the loading spinner, and after duration, the spinner gone and user will see data. Please help me In ionic 4 using loading controller Posts: 1...
View ArticleIonic v4 livereload on Android emulator not working
@obinnae wrote: I want to test my Ionic 4 app on the Android emulator with live-reload, but when I run it, the emulator just shows a white screen and the chrome debug screen doesn’t print anything. If...
View ArticleCordova-plugin-firebasex under iOS do not rigger callbacks
@fascox wrote: Firebase Cloud Message notification work quite well under Android. But in iOS notifications definitely arrive as verified in the Xcode console but callbacks like onMessageReceived() or...
View ArticleFab toggleList() not exist in V5?
@LHLK wrote: Good day. Updating from V4 to V5 but encouter issues and don’t know how to solve it. In V4 following works: import { IonFabList } from ‘@ionic/angular’; @ViewChild(‘fab’,{static: false})...
View ArticleCreator or Studio (a comprehensive comparison)
@fogelfish wrote: I asked Sales recently whether should I use Creator or Studio. The salesperson had very little to say. He told me this was a technical question, but he didn’t send me to technical...
View ArticleEquivalent path to http://localhost:8100/assets/ for ionic android
@arunRaj1986 wrote: Hello code lovers, I have problem on my web app ( ionic 4, angular 6 and cordova 9). I have to open a PDF file which located in src/assets folder, while running locally filePath =...
View Article