Split Pane Toggle on Big screen
I haven’t tested it, but in the docs there is this: <ion-split-pane [when]="shouldShow()"> ... </ion-split-pane>
View ArticleAlign ion-checkbox to center
This is my HTML: <ion-item text-center> <ion-label>Never Show Again</ion-label> <ion-checkbox [(ngModel)]="noTute"></ion-checkbox> </ion-item> I am trying to align...
View ArticleNew ionic-audio plugin for ionic
hi @arielf i am getting this two warning when i run my app in production mode Warning: Can’t resolve all parameters for WebAudioTrack in...
View ArticleSplashscreen for Ionic website
Thanks for the solution. I need to put it just before < ion-app > and it works well.
View ArticleApp is not launching in browser
Thanks a lot @ahmadklsany can you please tell me where is my mistake because i almost spend 5-6 to hours behind this issue.
View ArticleApp is not launching in browser
What is the exact command you are executing in the command line? dlovestech: –nobrowser This indicates you tell the CLI somehow to not open a browser window. Can you open http://localhost:8100...
View ArticleHow to convert ionic Icons to Png?
Th npm package of ionicons@4.0.0-6 contains all icons as png files. Maybe this helps.
View ArticleIs it possible to display element outside of modal view
Hi all, I currently have an HTML file that would be displayed using modal view. I wish to check if it is possible to display some of the element outside the modal view. Currently what I code inside...
View Article"There are multiple entries in the deeplink config with the segment of main"...
where can i found the main class ? bcoz it my main.ts doesnt have the @IonicPage
View ArticleIonic 2 app on desktop using electron
Hi there, First of all ionic 2 is awesome, amazing framework to build hybrid cross platform application using the tech we already know. Thanks Ionic Team. Now, I am bit curious to know that whether we...
View ArticleApp is not launching in browser
@Sujan12 i have try to open it manually but it cant works for me as you are suggesting. but as solution given by @ahmadklsany to run command npm run ionic:serve its works for me. Thanks @Sujan12 for...
View ArticleThread 1: signal SIGABRT with FCM and Ionic 3
Hi, I’m trying to build an Ionic 3 with push notification, I use FCM to do this. It works in android. But when I try to deploy project on iOS I had this error : Apple Mach-O Linker (ld) Error. In...
View Article>>>>">I have problem when I run "ionic cordova build android">>>>>
Capture.PNG1346x561 21.3 KB My ionic Info>>>>>>>>>>>> @ionic/cli-utils : 1.16.0 ionic (Ionic CLI) : 3.16.0 global packages: cordova (Cordova CLI) : 7.1.0 local...
View Article>>>>">I have problem when I run "ionic cordova build android">>>>>
Have a look at this topic: https://forum.ionicframework.com/t/license-issues-android-sdk-platform-26/112200/3
View ArticleView item in the list in a new page using ionic and firebase
thanks i already solved this issue
View ArticleEnable a button if all inputs are filled
html file <ion-header> <ion-navbar> <ion-title>Input demo</ion-title> </ion-navbar> </ion-header> <ion-content padding> <div [formGroup]="someForm">...
View ArticleIonic app on desktop using electron
Yes, it is possible. Googling for “Ionic Electron” should give you lots of tutorials.
View Article