It seems that ion-input does not trigger event handler bound to Angular’s (blur) event but does trigger if I use (ionBlur). But in turn I have a problem with testing ionBlur because I have no idea how to programatically (in test) emit event. (somewhere I have found that <debugElement>.componenetInstance.ionBlur.emit() worked in ionic-v3 but it’s not the case in ionic-v4/5 because ionBlur is an Observable.
I cannot find what the difference between those two elements is. I can see that ion-input has custom events (among others ionBlur) but not why I should use ionBlur instread of blur. One (quite important I think) is that plain blur does not trigger handler.
Could someone explain it to me or refer to some doc?
I’m using @ionic/storage without the cordova sqlite plugin, and I’m trying to figure out where the path of the indexeddb file is. Can anyone help please?
I have an existing Cordova application currently in both the Google and Apple stores. The App is called “iXplore Yellowstone”. It uses a mysql database. I’d like to convert it to a PWA.
I’ve tried to follow the Capacitor docs. When I run “npx cap server”, the browser comes up with my main menu, but the database doesn’t load. I think I’m missing a service-worker. Does one get created automatically? I also don’t see a splash screen.
Can I use an embedded mysql database with a PWA? If so, are there any tutorials on how to do this.
I have 2 versions but both of them working. One is with ion-header/ion-toolbar/ion-item/button. The other with ion-header/<toolbar component with button/item>. I tried the back button inside a toolbar as well. For some reason navAnimation is not triggering when router.navigate initiated from a control inside toolbar. The issues is in both ios and android.
I need to implement a different animation when clicked on button/item click navigate to a page. Appreciate your help on this issue.
I have installed image picker and google maps plugin. but its crashed in latest android versions. but it working fine in other android version.
when i click upload image it going crashed an android 9
i am using ionic 4
I need my app to show up in the “share with” dialog for Android and iOS. For example, if someone is on Pintrest and wants to share an image and taps the share icon, I need my app to show up in the dialog. And of course I need to receive the data.
In Android you do this with an intent. Then specify the mime types. But I’m new to Ionic.
I’ve seen the three year old post on this with a convoluted answer, but I’m hoping Ionic 5 has a cleaner way to do this.
Thanks.
I’m getting a strange behavior that occurs randomly, the tabs stop changing the view and not even call ngOnInit, if I refresh the page everything back to work normally. I would like some help on how to debug this or any clue where to look for this bug.
Most of the time this occurs after authentication, I’m using angular fire 6.0
Hi there, in starting to use ionic react I’m trying to disable the side menu on register and login page but I have not got any luck. Can you guys point me in the right direction?
I have a problem when i implemented a plugin PushNotification in capacitor, the problem is that when te phone receive a push notification don´t make any sound. This is my code.
I am developing an application with IONIC 4 for android and IOS.
I add a side menu (ion-menu), it works perfectly on android.
But in IOS it is giving me problems, the menu opens perfectly. But when I want to close the menu. Graphically the menu closes, but when I try to interact with the application, only the options within the side menu are activated.
Only the side menu items are useful, the rest of the application is canceled.
This is the process.
Main page normally:
I open the side menu:
I close the menu:
All this options gets blocked:
But this options still are activated, even though the menu has been hidden.
Hi everybody,
I want to hide the default context menu when users select text on ios. I tried - webkit-touch-callout and -youbkit-touch-callout without success. Is there maybe the possibility to develop a plug in and override some methods of the wkwebview class to customize this behavior?
Hi I’m working with ionic 4 and angular 8 and I tried to make an ecommerce application and when I tried to load the addresspage book of customer’s address I got two errors that i didn’t understand where did it come
so I put below the stack trace of the console , I’m running my app in chrome
if somone could help me it will be helpful for me in order to continue