Ionic 3.6 Build Error
@vinayulphi wrote: Randomly my build fails when I run ionic cordova run android It fails with following error: :\androidSdk\platform-tools\adb.exe: Command failed with exit code 1 Error output: Failed...
View ArticleChanging the link in the Showcase
@Lafaa wrote: Hi There! I have had recently a problem signing an update to my Ionic2 app on the Google Play Store, so i had to hide the old app and publish a new one (this time I saved the keystore...
View ArticleHow to distinct data from JSON?
@daxdax89 wrote: Hello guys, i am using latest Ionic. I have a local JSON file that i get name of streets from. I was wondering how can i distinct street names in my ion-list so that street names...
View ArticleChange of Tabs through a function
@temohpab wrote: Can i push a button when i’m in a specific tab and go to another? Not clicking inside the elements… Do that when a variable is set true, boolean or something Thanks Posts: 1...
View ArticleImplementation of Auto OTP Verification in ionic 2
@varsha_428 wrote: After searching a lot i got to know i have to use cordova-SMS-plugin which is available in ionic 2 native.But no clue i am getting how to use for auto OTP read. Any help would be...
View ArticleDeclarations.d.ts is missing from new Ionic projects
@abdallaham wrote: I don’t see the file declarations.d.ts when I start a new project. Is the latest Ionic doesn’t need it anymore or do I have to create it manually? I am using Ionic CLI 3.7.0 Posts:...
View ArticleIonic AztectDetectorResult.class error
@mrtechguy23 wrote: Hey everyone, I have been keeping on getting this error in ionic all of a sudden FAILURE: Build failed with an exception. * What went wrong: Execution failed for task...
View ArticleChange bar-button color with Angular style
@amirmasoud wrote: I’m trying to change color of .bar-button color with following code: this.navbarEle.querySelector('page-content .bar-button').style.color = this.colors[color].fg; it won’t change...
View ArticleIonic Pro - Packaging fails on cloud while log seems succesfull
@danielnetzer wrote: trying to package my application on the cloud keeps failing using Ionic Pro (just bought the account this weekend and kind of disappointment as I’m just starting to use it)....
View ArticleIon-select with the nested values
@opahopa wrote: Greetings! Didn’t get it from the Doc, so asking here. What is the best way to make an ion-select with the nested values (preferably using ionic 3 standard components). Smth like:...
View ArticleHow to Change ion-select pop up style
@mfouash wrote: in my app i have my custom style i need to change background and font color in ion-select to be matched with my app style i tray [ngStyle] and tray to change from css but none of this...
View ArticleHTML5 Audio on iOS
@cnswico wrote: I’m currently working on a project that requires me to play streamed audio from a server. Using HTML5 Audio, I came up with this: audio.html: <audio controls...
View ArticleHow to change value of global variable on any files in Ionic?
@dlim wrote: Hi, I’m new to Ionic/typescript. Would like to know how to have a global variable that can be changed/retrieved on any files on Ionic app. Tried different methods but it doesn’t work....
View ArticleConvert hashtag to link
@mm580486 wrote: hi guys i want convert hashtag to in app links, for sample if user click this hashtag (#black_cats) go to products page and filter by black cats notice: this tags created by user on...
View ArticleIonic TSLint bail_on_lint_error not working
@wesmuis wrote: Hey there, I have an ionic project where I want to make sure the code stops compiling when there are any lint errors. I have tried to use the ionic_bail_on_lint_error in package.json...
View ArticleFly to cart effect
@bfaster wrote: How I can implement a fly to cart effect like this https://codepen.io/shye0000/pen/oXKBgY with Ionic 3? Posts: 3 Participants: 2 Read full topic
View ArticleIonic Pro build fails remote, a local build --prod works fine
@robrechtvm wrote: I have this strange error when trying to git push my latest version to ionic pro platform. In this log you see the ionic build --prod fails but on my local machine this is just...
View ArticleButton ion-item is not showing right arrow >
@dlim wrote: Hi, For some reason, the right arrow in button ion-item is not showing up. Below is the appearance on running ionic serve. ion button.JPG324x628 8.51 KB HTML code: <ion-list>...
View ArticleIonic super started helpme place!
@AlexisNichel wrote: How to show tutorial once and skip the next one (What I want to do is just show the tutorial the first time the app is used) Helpme place Posts: 1 Participants: 1 Read full topic
View ArticleChange opacity of an area of an image
@rajatkhare wrote: Hey guys, I’m looking for a way to change the opacity of a particular area of an image. The images would be fetched dynamically. Something like this:...
View Article