Example using ionic infinite scroll v5 working with api
Hello! In there could somebody help me give an example case working with API when using infinite scroll. In ionic docs have one, but in generate create number. I was sucked how to limit API array list...
View ArticleIs it possible, do display the default Ionic searchbar on iOS the same way as...
Greetings, I am currently working on an app using Ionic v5 and came across the following problem: The default searchbar of Ionic is displayed in Android like this: while on iOS, it is displayed like...
View ArticleKeyboard create white box overlay on hide Ios
image707×443 57.9 KB Hello guys. I need help with this problem see pic above. I have keyboard.hide() on (IonScroll) on Ion Content the will hide on keyboard on scroll, Now my problem if its a long...
View ArticleThe Ionic capacitor jspdf add image?
Hello, I’m trying to use jspdf to add an image to a pdf the code is really straight (I removed all variable trying to identify where the issue is) const doc = new jsPDF(); base64image=...
View ArticleIon-select - Unable to get selected value
Hi guys I have a problem with ion-select in ionic-v3 sometimes when I click to select (date in my case) I can’t see it. it’s always happen when I first time get inside ion-select if one date doesn’t...
View ArticleIonic CLI didn’t forward dev server port
Hi, from the documentation at Live Reload - Ionic Documentation, it will forward the port automatically. However, when running the command ionic cordova run android -l then inspect through chrome...
View ArticleIonic 5 Web App Chrome CSS Issues (sc-ion class added)
Hi everyone, We ran ionic build --prod to generate the www folder on a Debian 10 server. Set up the domain and everything works properly. The problem is that when opening the app in Chrome and...
View ArticleHow to close ion-fab with Ionic 5 and vue?
Hello, i’m trying to close the ion-fab menu when i click outsideof it. The component’s doc says there’s a method “close” to close an oppened fab. Seems simple enough. Yet I can’t find a way to call...
View ArticleTerrible experience so far
I am new to ionic but not new to Vue. I am running the latest 5.x with Vue So far the experience has been absolutely terrible as ionic serve command does not reflect code changes 90% of the time. I...
View ArticleHow to put custom icons in an actionSheetButton ionic?
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleKeyboard overlapping form fields
I am on the latest available version of everything, using ionic, cordova and angular. I found that the scrolling of a form in response to a keyboard had stopped working. I found that I needed to add...
View ArticleIon-title background colour is not black in dark mode?
In light mode, the ion-title’s background colour is correctly full white. However, in dark mode, it isn’t exactly black, more of a very dark grey? How will I be able to fix this? The code here is:...
View ArticleIonic 6 Alert Background from Backdrop dont work
Hello Community, on Web its not a Problem with CSS to change the Backdrop Background opacity or color but in Android the Alert has always no Backdrop why? 1 post - 1 participant Read full topic
View ArticleIonic Scoial Shring Email not work in ios
Hello dear I want to compose email when user click on email button and use social sharing it is work in android perfectly but in ios there is a problem and give me error. please help me to fix that...
View ArticleIonic refresher issue with ionic scroll
Hi, I’m using Ionic Refresher in my dashboard page, and also having ionic scroll section. it will scroll along y axis. whenever I scroll down inside ion-scroll section, ionic refresher also gets...
View ArticleSc-ion class changes app style
Hi, We’re using Ionic Angular on a Debian 10 server. We’ve noticed that when we load our app in Chrome a new “sc-ion” class is added to some elements (sc-ion-icon-h, sc-ion-button-md-h, etc.) breaking...
View ArticleUnable to remove BackButton Event listener Ionic 5
Unable to remove the BackButton Event Listener Adding EventListener ngOnInit() { this.platform.backButton.subscribeWithPriority(9999, () => { document.addEventListener( “backbutton”, function...
View ArticlePass data from ion-modal on backdrop dismiss
Hi, I would like to pass a value from an ion-modal to the modal opening component on modal backdrop dismiss. I know, that I can check that it was a backdrop dismiss by modal.role === ‘backdrop’. But I...
View ArticleCan't display marker from http.get
map: any; @ViewChild('map', {read: ElementRef, static: false}) mapRef: ElementRef; data: any; infoWindows: any = []; markers: any = {}; constructor(private http: HttpClient) {} get_location(){...
View ArticleHow to get ion-select with headers (image provided)
Hello, I’m trying to achieve the following output in ion-select. Is it possible ? and how ? headers are not selectable. localhost_8100_explore(iPhone X)764×960 29.5 KB 1 post - 1 participant Read full...
View Article