Restrict keyboard input to digits only
@ldebeasi I’m sorry for my previous message, its not showing any special character but it is still showing language change icon, is there anyway to prevent, because if user select Arabic, they can...
View ArticleIonic Framework at the moment not working
Only as information, unless work is being done to ensure that it is currently not possible. I will use Ionic Framework CDN. That happens a lot and I was told to report it in the forum immediately so...
View ArticleLogin problem
Hi guys, we are experiencing a stucking problem. We are using Auth0, Capacitor and Ionic5 Angular. In the Android app the post login callback doesn’t work. We get this error: D/Capacitor: Sending...
View Article[Ionic-4] How to exclude my ionic app from the android Battery Optimization
Can you please share the solution how you implement this in your app?
View ArticleIon-picker in React: modify options with ionPickerColChange
As a workaround you can mess with the DOM directly, the following Angular code shows only the one option in the second column when the first column value changes to 24....
View ArticleHow to detect 'go' press from ios keyboard with ion-searchbar Ionic 5
Not working anymore in iOS. Do you know any walkaround?
View ArticleIonic Framework at the moment not working
Do yourself a favour and reference to the exact version of Ionic framework you have developed against (if you haven’t already). If you use the general one, once the CDN gets update with the new...
View ArticleIonic Framework at the moment not working
Thanks, that’s a good tip, I’ll implement that first thing in the morning. One more question for the future. Where can I look up all the versions?
View ArticleIonic Framework at the moment not working
No clue - never tried to look for it. I would check GitHub - ionic-team/ionic-framework: A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with...
View ArticleHow to get native ios ion-modal animation
Hi there, there are some Ionic tutorials, where I can see the ion-modal animation to appear pretty iOS native - so the modal gets stacked on the top, and you can see the underlaying layer a bit. For...
View ArticleRestrict keyboard input to digits only
There is no way to prevent users from changing keyboards. This is by design in iOS.
View ArticleRestrict keyboard input to digits only
but my friend, can you see in the screenshots above, in whatsapp number input field, we can’t change the language even
View ArticleRestrict keyboard input to digits only
I don’t think that is something you can do in a webview. If you are trying to ensure only numbers get submitted in your form then restricting the keyboard is not a good way to do this as users would...
View ArticleHow to get native ios ion-modal animation
We were missing some examples for Vue in the Ionic Docs, but I added those last week: ion-modal: Ionic Framework API Docs (See the “Swipeable Modals” section in the “Vue” tab)
View ArticleRestrict keyboard input to digits only
Alright, thank you guys for helping, it was much needed
View ArticleChanging the color of text inside an ion-tab
Have you looked at the documentation? It’s there.
View ArticleHow to pass updated user name from edit profile page to app component's side...
Two relatively minor notes: Comments are a mixed blessing. What’s much better is self-documenting code, which includes naming conventions. When I see a bare user, I instantly assume “that’s a...
View Article