[Feature Request] Date Picker for Desktop Browser | Ionic 4
@HarinderAsr wrote: Ionic 4 target all platforms, desktop to mobile. Capacitor: Universal Web Applications Please provide date-picker for desktop browsers. Or make currently available date-picker...
View ArticleHow can i check similarity of news articles in ionic 3
@AsadAbbasi wrote: Hi , AOA everyone , can anybody help me , i,m building an ionic app in which i,m showing articles from different news links and other websites using an API. basically it is my FYP...
View ArticleIonic 4 beta how to fire constructor on navigating to same route?
@ArsalanSavand wrote: Hi, I’m using Ionic 4 latest beta version and all my pages and components are lazy loaded. I have a component called “EntriesComponent” that in its ngOnInit function I get data...
View ArticleHow to update a form based on a selected option?
@sanesma93 wrote: I am trying to load an array of saved templates to be able to select from them as options in an ion-select and based on which option is chosen the form should be updated. This is how...
View Article[IONIC 4] googlePlus.login() doesn't work anymore on android
@charlescc wrote: Hello, I’m updating my app to ionic 4, and trying to login with google plus, but the function googlePlus.login() doesn’t seem to work. Even in a try{}catch{}, there is no error...
View ArticleFile transfer download issue
@danishkhanmdk1995 wrote: Hi everyone. I am facing an issue related to the fileTransfer plugin. i am trying to download the file using plugin function fileTransfer.download but facing the issue its...
View ArticleRefresher gets triggered when scrolling down
@adelali wrote: I am having an issue with refresher (pull to refresh)… Pull to refresh works fine but the problem happen when I try to scroll down, the refresh function gets called which prevent me...
View ArticleIonic 4 - File Attachment - view and remove
@vvanherk wrote: Hello. I’ve recently gone through the following tutorial from Josh Morony regarding multi-file upload. joshmorony - Learn Ionic & Build Mobile Apps with Web Tech – 17 Oct 18...
View ArticleIonic chat app not displaying messages
@acryforhelp wrote: I am trying to make a chat app, every time someone submits a message, it should get displayed but that is simply not happening. my HTML code is <ion-header>...
View ArticleSwitch from Ionic Appflow to GitHub
@AnastasiaR wrote: Hi. I’m trying out the Ionic framework. I didn’t fully read all the steps in the “Create your App” section of the welcome page and picked “Ionic Appflow” instead of GitHub. How do I...
View ArticleAndroid tablet modal goes full width when focusing on input within it
@trfletch wrote: I have noticed on Android tablets (at least on the emulator) that when selecting an input within a modal the modal suddenly goes full width. This doesn’t happen on iPad. Is this...
View ArticleIonic in-app purchase multiple app accounts
@xxstefanoxx wrote: Hi, I’ve a question about in-app purchase subscription. In my app you can create multiple account. this is an example of my problem. Login paolo.rossi@gmail.com and buy premium,...
View ArticleInfinite Scroll not working in Ionic 3
@ReacaoSistemas wrote: It is working so when I go to the end of the screen, it activates the event, but it does not load. You need to lift the screen a bit to show the list. home.ts import { Component...
View ArticleHow to get raw data from api url and convert it to array?
@paulbuscano003 wrote: Hi, I have a API url with raw data in return and I want to convert it to array. Is this possible? Screen Shot 2019-01-10 at 3.41.08 PM (2).png1680×1050 118 KB Posts: 1...
View ArticleInfinite scroll doesn't work with ion-content 'fullscreen'
@salonApp wrote: I am using infinite scroll and it causing problem in android only I bind ion-content with “fullscreen” to hide and show header. but in ifinite-scroll doesn’t work in Android but works...
View ArticleIonic 4 ion-back-button defaultHref transition direction
@nextgencodecompany wrote: Is it possible to specify for ion-back-button’s defaultHref to navigate using transition backwards? Currently if you land on a url with no navigation history, the back...
View ArticleIonic 4: Randomly LoadingController.dismiss() doesn't work
@iondafi wrote: I fetch some data from API then I use the RXJS operator finalize() to dismiss the loading overlay but randomly it stays on screen. The workaround I’m using is to present the dialog...
View ArticleHow do you rename files without a billion errors?
@JensOlleOlsson wrote: Hi, What if I created a new page in my application, but I spelled the word for the page wrong. For example if I write in the CLI: ionic g pages/tbaPage but what I wanted was:...
View ArticleHow to use ionic UI in the Blank Project?
@pandait wrote: Hi guys How to use the IONIC UI in the Blank Project? i create new page ,cant use the style css like the button <button full ion-button>Test</button> ionic (Ionic CLI) :...
View ArticleHow to import third party libraries in project?
@snacketti wrote: Simple as that. I can’t believe it is so difficult to import a simple npm module as ‘rss-parser’ into a Stencil project. I installed it and tried to use it with import { rss-parser }...
View Article