How to create inbuilt notification or alerts in ionic app
@vithika wrote: I want to add alert message in my app,this alert message should work as soon as the condition is true,In my case I have created a checkbook like app,so in this we have different...
View ArticleGallery Type View
@SD1985 wrote: Hi, This is a design question. In my app I am getting many pictures using the Image Picker plugin. My requirement is to display these images as a gallery in multiple pages in my app. I...
View ArticleHow to retrieve Googleplus idToken
@mark_ml wrote: Hi, I'm using googleplus native login in my app with ionic 2, as outlined in the ionic documentation. The app is working fine but I would like to authenticate on the server (and...
View ArticleTslint:warning All imports are unused
@guangming wrote: Hello, recently I have updated my ionic project, but now I see a lot of warnings like this: 屏幕快照 2017-07-17 下午9.09.59.png1134x240 30.9 KB But I use that import: constructor(platform:...
View ArticleGeofire not working in Android
@Rayanb wrote: Hey everyone ! I configured geofire in ionic through its javascript SDK and it is working perfectly in IOS. However, in Android, geofire doesn't seem to be working, with actions such as...
View ArticleIonic package build ios never finishes
@pburrows wrote: I have builds that never finish! They just go away into the ether. Here is what I am getting: id | 28 status | BUILDING platform | iOS mode | debug profile | dev started |...
View ArticleapproxItemHeight not working in virtualScroll
@royibernthal wrote: I have a virtualScroll where I'm specifying approxItemHeight: <ion-list [virtualScroll]="myArray" [approxItemHeight]="'320px'"> <ion-item *virtualItem="let...
View ArticleReplace ion-input clearInput with validation?
@traveltechymatt wrote: In my app, I have a password and a confirm password input field. I want to run validation on the two fields and have them display a check mark when they match. I can tweak the...
View ArticleIonic Cordova Build Android is running into error about Google Services...
@snstarosciak wrote: Hey everyone, I'm in the process of trying to build my Ionic 3 app for Android but any time I run ionic cordova build android, I run into this error: BUILD FAILED Total time:...
View ArticleHow to create autocomplete in header?
@rashidi wrote: I want to create a autocomplete with ion-search.I use a ion-search and ion-list for show suggestions in autocomplete.but use in ion-header not show ion-list.in following autocomplete...
View ArticleEncountered a Runtime Error (void 0) is not a function
@ronko wrote: I am trying to integrate a plugin : angular2-soap however once the module is included, and I serve ionic, I get an error saying: Runtime Error (void 0) is not a function Followed by...
View ArticleSegment with dynamic content
@fennellgb23 wrote: I'm trying to figure out how I can use segment, but base the information off of dynamic content. Example: I have a dataset with schedule information. I'm using virtual scroll to...
View ArticleGetting too many problems when running 'npm install'
@hudhud wrote: Hello, When I try to run 'npm install' on a project it gives me these errors (I know they're warnings, but the project doesn't work because of them): npm WARN read-shrinkwrap This...
View ArticleHow to open call logs from my app
@Murhaf wrote: I was trying to embed call logs in my application, but I haven't found any plugin to do it with ionic 3!So now I want to open the native call logs app instead.I tried InAppBrowser to...
View ArticleApp-scripts: webpack “scope hoisting” per default?
@reedrichards wrote: I just read the last Ionic blog post and hear about the "Webpack’s “scope hoisting”" improvement in Ionic app-scripts Do someone knows if this improvement is published with last...
View ArticleAdd Text while recording video ionic 1
@yayomarin wrote: is possible to add text to video recording into ionic 1, thanks. Posts: 1 Participants: 1 Read full topic
View ArticleShowing tabs after authentication
@gbrigens wrote: I generated an ionic 3 app using ionicCLI with tabs, added new page for login. I changed from rootPage = TabsPage to rootPage:any = LoginPage;, when I load the home page unfortunately...
View ArticleIonic app size
@iSkyDive wrote: Hello everyone! So, I noticed that a blank ionic app have a size of 3MB, and as I installed some plug-ins and added some files, I am at 5.7MB, when I already minified my files and...
View ArticleGoogle Maps Style
@EdgarVesperDev wrote: how do can use GoogleMapOptions for to apply style?always that the use i get a error Captura.PNG751x251 17.7 KB the version of plugin it is <plugin...
View ArticleHow to make a side menu full?
@maylee wrote: Hi, I'd like to make a side menu full like this.My side menu looks like this now Please give me some advice. Thanks Posts: 1 Participants: 1 Read full topic
View Article