IonicNative File writeExistingFile not working?
in the succes response you have nativeUrl parameter this is the file location the you can use with the nativeUrl and FileOpener plugin to open this fileExample:...
View ArticleUnable to call native camera plugin at startup in Production mode
Please add some code.But any way call the camera only after device ready
View ArticleHowTo Mock out ModalController in Ionic 3
stackoverflow.com Mock out ModalController in Ionic 3 angular, unit-testing, ionic-framework asked by nottinhill on 11:42AM - 21 Jun 17
View ArticleIonic3 build Error - upgrading from ionic2 to ioni3
Ok, I am officially out of ideas. Something is breaking the build for your project, but I have no idea what it is and how you could debug this further. ionic cordova run android --verbose works...
View ArticleIonic: Unfortunately, app has stopped
I fixed It. The problem was google play services.Because i have push notification in my app. So its needed google play services. So i installed google play services from SDK. Then app worked fine....
View ArticleHow to show tabs on all pages in my code it only working on selected pages...
There is an app setting for tabsHideOnSubPages you can add to the ionicBootsrap function in app.module.ts http://ionicframework.com/docs/v2/api/config/Config/421
View ArticleHow to make text selectable?
This solution only works in Android if the text is not an html. @davor_leric
View ArticleDoes Ionic not compatible with HTML5 element?
Thanks for the reply, here is my example below. I can show the top part of it but cannot show the second part because they are just plain HTML element wrapped in ion-content. I hope it helps to...
View ArticleIonic vs SAP UI5
It is a screenshot from standard UI5 list which I have put. Link: https://sapui5.hana.ondemand.com/sdk/explored.html#/sample/sap.m.sample.StandardListItemIcon/code/List.view.xml
View ArticleHow to use hidden attribute to hide an element in an array
I have list below as a side menu . {{type.name}} This is an array "options" in my class . public options = [ {name : 'RegisterMe'}, {name : 'MY CLINICS'}, ]; constructor(public viewCtrl:...
View ArticleTouched on form controls not working as expected
Hi, after a recent update I have problem with form validation as the "touched" property does not work as expected. For example: Email <div ngIf="email.hasError('required') && email.touched"...
View ArticleRadio player with shoutcast ip
How I can implement an audio player with button pause and play? i create a radio service in radio.ts file: export class RadioPlayer { url: string; stream: any; promise: any; constructor() { this.url =...
View ArticleIonic 2 - Ripple effect manually
Hi,I see its late. But try Pure CSS ripple effect: github.com mladenplavsic/css-ripple-effect css-ripple-effect - Pure CSS implementation of Android Material design "ripple" animation
View ArticleIonic vs SAP UI5
This is what I was looking for then:https://sapui5.hana.ondemand.com/sdk/explored.html#/sample/sap.m.sample.StandardListItemIcon/code/List.controller.js
View ArticleNgx-translate and Ionic 3?
ngx translation with ionic 3 app not working for me. below is my code:app.module.ts import { BrowserModule } from '@angular/platform-browser'; import { ErrorHandler, NgModule } from '@angular/core';...
View ArticleError when packaging for IOS
I did that, perhaps the errors I got prevented it from upgrading? royibernthal: npm install @ionic/app-scripts --save-dev I got the following error though: npm WARN optional SKIPPING OPTIONAL...
View ArticleRadio player with shoutcast ip
i resolved it just add ;stream.mp3 at and of url! this.url = "http://109.168.100.173:8058/;stream.mp3";
View ArticleShow spinner while view loads
This is works with $ionicLoading... thank you! $scope.$on('$ionicView.beforeEnter', function(e) { $ionicLoading.show({ animation: 'fade-in', showBackdrop: true }); });...
View ArticleNesting a Component Within Itself?
Hello all, I am trying to figure out if it is even possible to nest a component within itself. For instance, a component named entry-children (I have all of this working up to the nesting inside...
View ArticleError when packaging for IOS
Ok, this is strange (and sorry I skipped it). Show us your package.json please. Change 1.3.6 to 1.3.7 there manually, delete node_modules and run npm install.
View Article