[Ionic 4] Style ion-button line-height in shadow DOM
Try This <ion-button expand="block" fill="outline" class="add-line-height" >A Mental Health<br> Professional <br> 1 (800) 667-8888</ion-button> ion-button.add-line-height{ *{...
View ArticleIon-select does not show selected option when value is an object type
aalbayrak: I tried on Ionic 5 it works. What you have there are not objects. They are strings. Strings do not suffer the same gnarly comparison problems inherent in the design of JavaScript that...
View ArticleHow do we connect JavaScript file to ionic project
Thank you for your reply! This what I did for the HTML file:image1316×1806 392 KB and I used a script to build connections with my .js file and here is how my js file look like:image1620×968 218 KB...
View ArticleTamil Nadu Dr. M.G.R. Medical University Transcript
Strobe transcrpt is one of the prominent association offering the best University transcript service in india. The company is situated at Pathanamthitta District of Kerala. The organization place an...
View ArticleApplication is not navigating to proper page
In my app when I am pressing back button from Navbar or hardware back button then page is not navigating to proper page. Stackblitz url: https://stackblitz.com/edit/github-ee6fmj? Please click on the...
View ArticleFormSubmit doesn't update value without refresh page
What I’m expecting is the following: I’m listing my data I’m clicking into edit button to update value I’m updating the value when I submit my form to confirm the new value, them are updated to the...
View ArticleDigital marketing strategy to grow your online business
At present, our lives revolve around technology. If you are running a business be it online or offline, it has become important to use digital marketing strategies for its growth. One of the best ways...
View ArticleHow i open telegram chat with number or id in ionic 5
hi everyone… i want to open telegram account support from ionic app. it can happen with number or id. how can i do that? thanks
View ArticleIon-select does not show selected option when value is an object type
Thanks for the warning. It escaped my attention, I made the necessary arrangements.
View ArticleIon-slides loop property doesn't work with ngFor
Hi everyone I am currently testing the “ion-slides” component with ngFor loop for my ionic-angular app and I have a problem; I followed the instruction from documentation...
View ArticleSlides - how to disable swipe between slides (with gestures)?
@ejane class="swiper-no-swiping" works for ionic 5+ as well!
View ArticleIon-slides loop property doesn't work with ngFor
Hello @Taraa, Please try below code. I tested on Ionic 5 it works. You can use h1 or img and make some style changes. TS Code slides = [ { name: "Slide 1", imgUrl:...
View ArticleProblem with social sharing plugin i can't build my app
i uses this package (ionic cordova plugin add cordova-plugin-x-socialsharing , npm install @ionic-native/social-sharing) i cannot take any build form my ionic project
View ArticleFormSubmit doesn't update value without refresh page
Hello @Anth0ny24, When you click Edit button, if you navigate to Edit page and after Submit the button you return to List page. You should use ionViewWillEnter. This function will run functions in it...
View ArticleIon-slides loop property doesn't work with ngFor
hi @aalbayrak thanks for your reply and it works but there is a problem here for me; in my app the objects of “slides” array are dynamic and i have to push them to array whenever they are ready from...
View ArticleIon-slides loop property doesn't work with ngFor
Please, Could you share response the “array || Object” from the server. If we see the type of response, we can solve it.(Just write console.log(response) after you call http get method)
View ArticleApplication is not navigating to proper page
Hello, Please change your const routes variable in app-routing.module.ts like below. It worked on you shared domain. const routes: Routes = [ { path: '', redirectTo: 'folder/Inbox', pathMatch: 'full'...
View ArticleXcode 9.2 supported ionic configuration
I have a macbook pro with os version 10.12.6 and which can not be upgraded. So it supports xcode 9.2 max. I have that. Now , when i develop a template ionic app it gives me error of swift...
View ArticleIon-slides loop property doesn't work with ngFor
there is service that i use and the peer object is creating successfuly and shows properly in slider this is my actual code: peers:any[] = [] @ViewChild('theSlides' , { static: false }) slides:...
View Article