App is run forever
Kindly check it <?xml version='1.0' encoding='utf-8'?><widget id="io.ionic.starter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">...
View ArticleApp is run forever
anivaishu: <icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" /> <icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" /> <icon density="hdpi"...
View ArticleApp is run forever
I also have a image on project root folder->resources->android->icon folder.
View ArticleCreating PDF Docs in Ionic using pdfMake.org
@dimascrocco What about IOS ? location to store the file.
View ArticleIonic ng-click inside ion-slide-box
yes. When i click on the slide it should display the product details in another page. In onclick i have to set some local storage as well
View ArticleIonic ng-click inside ion-slide-box
store imageId in session in method of ng-clickAnd get it where you want to display its detail..no need to take more than one parameters in ng-clickYesterday I suggested code to implement that was keep...
View ArticleApp is run forever
Hi there.it should work.But i don't know what's causing the issue.You have to debug it.
View ArticleAdd image dynamically in a form inside ion-slide issue
hi i'm using static google map in a form inside ion-slide,the image is coming after a call to google map so need a little time to appear after the form was created and appeared, so the form damaged, i...
View ArticleGenerate FCM Token in ionic 1
Hey I followed steps what you suggested me...Thanks for it but when I keep your code in my code that time it is not working...check my code it is right or wrong $ionicPlatform.ready(function () {...
View ArticleHow do I check/set Android webview settings
Thanks for the reply Sujan After a few hours looking into this I have just found out that the Ionic page on App Preferences is the thing to use - was able to fetch both settings and confirm they were...
View ArticleIonic 2 slides move to first slide to last with loop true doesnot update pager
I have used ionic 2 slides in my application with loop true and pager. When I move left from first slide to last the pager is not updated and the view is not binded to model values. try.html...
View ArticleAdd image dynamically in a form inside ion-slide issue
i solved it by using load event : Then in the component code, update the slides to show its content properly: public resize(): void { this.slide.update();}
View ArticleDefault selected value ion ion-radio that have dynamic values using reactive...
i'm using ion-radio , that have dynamic value, and need to set the first value as selected using reactive form. <ion-list radio-group formControlName="typeName"> <ion-label...
View Article