Multiple import on the same namespace (Extend library)
@Ponchia wrote: Probably the title is wrong, I still have to figure out what I am missing of this. So I have an application which as leaflet running and everything is fine. Now I want to be able to...
View ArticleIntegrate barcode scanner feature in PWA application
@surjan152 wrote: Hello everyone, I am trying to build QR code scanning feature in my PWA app … Has anybody tried it ? Please help me how to achieve that … I already searched but the npm modules which...
View ArticleLoading animation for specifi components
@moda20 wrote: Hey ! I am looking for a way to make loading indicator for asynchronous components in an ionic page. It is like the ionic loader component but just for a specific ionic HTML element, so...
View ArticleCould not not install ionic diagnostic plugin. Why?
@anespa wrote: Dear Friends, I am using ionic 3 . My issue is , when I try to install this plugin using command ionic cordova plugin add cordova.plugins.diagnostic I got error as (node:22025)...
View ArticleIs there any free API for phone number verification?
@setu1421 wrote: In my Ionic 3/ Angular 4 application, i need an API for phone number verification and sending SMS to the phone number. Is there any free API for these? Posts: 1 Participants: 1 Read...
View ArticleJSON data search
@gundogduyakici wrote: I am taking the data with JSON and I want to search. But no results are coming back. No error. Can you help me? Sample codes; HTML Page; <ion-searchbar...
View ArticleHow to change text in template via a method
@yannnike wrote: hello guys, i am new to ionic and app development. so i have a very simple question, but i could not find any answer in the docs. i have a template file which contains text in a...
View ArticleBadge for android
@Priyanka4010 wrote: hi everyone, i have an issue with app icon badge with android platform. ‘badge’ option is not set in android object in pushOptions object. ** const options: any = { android: {...
View ArticleGoogleMap and Supertabs
@GoranP wrote: Hi, on one page in application I have googleMap which is width:100% of screen. Problem is that when I try to Zoom or Pan on map I “accidentally” swipe between tabs. Screen Shot...
View ArticleAdding html tags to text
@besasam wrote: So in my app I have a page that displays a bunch of posts from Twitter. I want to apply a CSS class to the hashtags in these posts so that they’re highlighted in a different color from...
View ArticleIon select subtitle
@madbyte wrote: Hi, I have an ion select, I want to show a subtitle that can be changed when there is no option to be selected. This is my html code: <ion-item>...
View ArticleRunning 2 Ionic apps at the same time - 1 freezes
@EvanW wrote: Hey everyone, So I currently have 2 published apps for sale on the App Store and Google Play, and both seem to function quite well and they’re actually developing small-but-growing...
View ArticleCPU is Bottle necking, Looking to Upgrade
@_Ty wrote: My Ionic v3 project is getting rather large, and updating is taking forever (over 15sec after every save). Taking a look at Task Manager, it looks like nodejs is bottle necking my CPU...
View ArticleLock screen Button
@bbarascou wrote: Hello, I need to have a button on the lock screen that executes a function when pushed. Is it possble to have this with Ionic ? Thank you Posts: 2 Participants: 2 Read full topic
View ArticleTabs without Tab Bar?
@tmyers97 wrote: Hi I want to have a custom styled tab bar so I created a div with buttons that link to pages. I was wondering how I could navigate between the pages and treat them as tabs without...
View ArticleChanging color of the text on the button
@Qabrix wrote: Hi! So I have got a button: <button ion-button (click)="login(user)" full color="secondary">Login</button> and I want to change the color of the text on it. How can I do...
View ArticleBuild for ios without Phone
@Quiesan wrote: Hi ! I would like to shara my project to a friend but currently, I plug my phone and Xcode install the application on the phone. How can I build and send the result to my friend please...
View ArticleIf i connect a gps reciever with my phone will the position produced will be...
@kris10 wrote: am trying to develop an ionic app that connect with a GPS receiver and produce a position (am using geolocation plugin) my question is if I connect a GPs receiver with my phone will the...
View ArticleHow can upload an audio file to FireBase?
@umutgur wrote: Hi, I want to upload recorded audio to FireBase storage, but even though I have not worked for a long time, I still working for this. I seemed to have three options; upload with API,...
View ArticleHow to active function when changing the page
@Qabrix wrote: So, when I root to a page I want to trigger: this.menu.enable(false); by default, how to do this? thanks for help! Posts: 1 Participants: 1 Read full topic
View Article