How to implement a cancel function to several downloads being made using...
@leonardofmed wrote: I have a Promise.all() that returns when all my download promises are finished, the downloads are basically several images. I’m trying to add the possibility to cancel the...
View ArticleTrouble with Google map plugins
@Rashadab wrote: I am using this plugin for google maps, and I am getting a white screen instead. https://github.com/ionic-team/ionic-native-google-maps. Is it a compatability issue? Any...
View ArticleCan't resolve all parameters for setupplatform
@stammroy wrote: I need your help. What is wrong: Uncaught Error: Can’t resolve all parameters for setupPlatform: (?, [object Object], [object Object]). Here my package.json: “dependencies”: {...
View ArticleOpen specific page when app is not running
@divyasmehta wrote: I am creating a voip app. I am sending a FCM push notification to my ionic app when there is a new call instantiated. I want to show my call’s screen when notification is received....
View ArticleKeychain touch id issue on ios
@baako wrote: I need help please, I am using this plugin https://ionicframework.com/docs/native/keychain-touch-id for fingerprint and face ID, using the example code, it works on android, however on...
View ArticleFeat: picker component, Multiple tab design and Ionic calendar
@indraraj26 wrote: Go to below link and thumbs up Guys if you want this components/styles to be in core ionic Picker Component github.com/ionic-team/ionic feat (picker component) : Use picker inside...
View ArticleIonic 4: CORS issue
@venkateshb wrote: I am using a reverse proxy from serverside, and we have multiple servers(Environments). I have configured these below rule to access My servers API’s Header always set...
View ArticleIonic View with Vue project?
@ancor wrote: Hi there! I am testing with ionic-vue but I cannot find a way to launch my app to the ionic view application. Is it possible to do it? Thanks greetings. Posts: 1 Participants: 1 Read...
View ArticleIonic 4 show live location from mysql database
@sehsah2020 wrote: hi , i’ve two application first app update location with geolocation to mysql database second app i need show location on google map by get location from database when updated how...
View ArticleHow to change background color of ion-radio without updating background color...
@Sweg wrote: I am trying to change the background of the ion-radio-group below to match the other rows: I have shown my HTML & CSS below. I tried adding the rowStyle class to the row. That changes...
View ArticleHow to remove bottom border of ?
@Sweg wrote: I am displaying some radio buttons like so: But now I want to remove the bottom border from them. Below is my HTML & CSS, can someone please tell me how to do this?...
View ArticleMousewheel and keyboard is not working on mac for ionslide component
@saammybwoy wrote: When I scroll using trackpad on ionslides, slides are not scrolling up , i have to move them by clicking and dragging. But on idangerous website in mousewheel demo, it is working...
View ArticleIs it possibile to "slice" a Modal?
@Fringo wrote: Hi, i’m trying to make something like the image shown below. example750×1334 122 KB The “pop-up” is swipable and all three elements closes toghether I tried with Modals but i think i...
View ArticleHow to implement scrolling bar of IonicChips in React
@matthewgoodman13 wrote: Hi, I am having trouble being able to make a horizontal scrolling bar of Ionic Chips. How can I implement this. I am trying to get the ‘filter’ or ‘category’ effect. The photo...
View ArticleTrigger an event on user is on screen lock
@Ludoztw wrote: Hello, Do you know if it’s possible to trigger an event in my Ionic application on user is checking his screen lock (Android device) Example : ?.on('...', function() { console.log("I...
View ArticleButton Auto Submit
@viswanathb wrote: Hello I’ve developed an SMS reader application I want to auto submit the message after receiving it is there any way I tried calling that click function using an if based on the...
View ArticleUnable to implement ionic animation in a div inside every slider
@dipankar123 wrote: Dear all, I am trying to implement ionic animation api inside a div. this div is placed in every ion-slide ionic animation working in 1st ion-slide but not working from 2nd...
View ArticleIonSegment default checked item not working
@tanchifu wrote: I have used IonSegment in Ionic v4, and I just updated ionic to v5 (5.0.7) But the default selection is not working any more! Help! Posts: 1 Participants: 1 Read full topic
View ArticlePWA firebase push : messaging.onMessage never called
@vgoesi06 wrote: Hi alls, I have an ionic 4 angular PWA project and want to use firebase cloud messaging. Registration with firebase is ok aénd I can get token my problem that messaging.onMessage...
View ArticleIonic navbar dropdown-menu
@akshh wrote: Wanted to create dropdown menu similar to the picture mentioned.Can anyone please help me regarding this.Clicking on icon must display the dropdown.Usage angular ionic4. . Posts: 1...
View Article