Ionic 6 RELEASED⚡️ What's new?

  Рет қаралды 16,691

Simon Grimm

Simon Grimm

Күн бұрын

Пікірлер: 51
@haniqudsi
@haniqudsi 2 жыл бұрын
Thank you so much, but we need the video to custom the ionic date time component as the pervious version 5 , because its so hard to customized at the version 6
@techniz5814
@techniz5814 2 жыл бұрын
I was waiting for your video on V6. Yes definitely we want to see that input material design from you ❤️
@Ali-ys7ej
@Ali-ys7ej 2 жыл бұрын
I already updated one of my projects to ionic 6 , it's so cool , there is still some issues with ion-datetime when you add ion-buttons into it, it won't select etc , otherwise it's charming on modal with some additional CSS. waitin' for your next video , good job ^^ Cheers :)
@irohwavez
@irohwavez 2 жыл бұрын
Thanks. For sure want to see some inline modal examples, that looks like it could be really handy.
@realisticanims9032
@realisticanims9032 2 жыл бұрын
any news on how to use the new inputs with Material Design style?
@galaxies_dev
@galaxies_dev 2 жыл бұрын
Yes I think we have to use the fill property: ionicframework.com/docs/api/item#fill
@SampathLokuge
@SampathLokuge 2 жыл бұрын
@@galaxies_dev Thanks!
@anilkumar5326
@anilkumar5326 2 жыл бұрын
I cant see new Input flaoting components which have showed in blog
@galaxies_dev
@galaxies_dev 2 жыл бұрын
Yeah I'll look into that again!
@najamkhan5182
@najamkhan5182 2 жыл бұрын
hey simon how we do live streaming in our ionic app?
@paoloperana
@paoloperana 2 жыл бұрын
Hi Simom! Thanks for the interesting video, as usual! I think we definitely need a tutorial on the new ion-datetime.... I really don't know how to use it in a list of input fields (manteinig one line for each input field), as previously datetime showed the date and time as string, now it shows as a calendar... Thanks a lot!
@galaxies_dev
@galaxies_dev 2 жыл бұрын
Working on that!
@deepakbawa1367
@deepakbawa1367 2 жыл бұрын
Yes I want to look cute form with ionic version 6
@pendustar1771
@pendustar1771 2 жыл бұрын
Hey Simon. I need your help . I want to set gif at splash screen with background image in capacitor
@ioncourt7516
@ioncourt7516 2 жыл бұрын
I agree. Cool updates, but ion-datetime + ion-buttons is defiantly not ready. I ended putting datetime in popover sharable component and added my own buttons. You must apply your own CSS styles in order to work as well. I am lookin forward to the further updates
@geraldreimertz
@geraldreimertz 2 жыл бұрын
Pretty good changes! Thanks for this video. It was the reminder we needed to upgrade within the next days :) Many things we had to do manually are now ready out of the box. Love it !
@galaxies_dev
@galaxies_dev 2 жыл бұрын
Yes it's a great new version, give it a try :)
@hellelo.5840
@hellelo.5840 2 жыл бұрын
I changed my mind, Ionic is super amazing 😍
@cscs9192
@cscs9192 2 жыл бұрын
and just from WHAT did you change your mind. Confess your sins here.
@hellelo.5840
@hellelo.5840 2 жыл бұрын
Ionic is great because web technologies are great, so you benefit from that a lot; and its enough for many project because it reduces the cost of development. But its not ideal for every project. Ionic is great for projects that doesn't involve a lot of calculations / graphics, its basically great for project that involve entering and retrieving data. if you need to update your views very fast then Ionic is not ideal for that....SO IONIC IS A GREAT SOLUTION FOR ENTERPRISE BUSINESS PRODUCT, its not meant for products that involves manipulating graphics or large data.
@AGUNGKAYA
@AGUNGKAYA 2 жыл бұрын
Ionic ! 😍😍😍😍😍
@FrancescoDeGiorgio
@FrancescoDeGiorgio 2 жыл бұрын
hello Simon, do you know if in the new ion-datetime component is possible to select multiple values? Like for example a starting date and an ending one, to select a range of days?
@osamakheireddine9493
@osamakheireddine9493 2 жыл бұрын
Sorry guys new to this ionic stuff… how do you update to this version? Do I have to use the npm install command?
@galaxies_dev
@galaxies_dev 2 жыл бұрын
Yes simply run "npm install @ionic/angular" in your project and you should get the latest version (check your package.json)
@osamakheireddine9493
@osamakheireddine9493 2 жыл бұрын
@@galaxies_dev thank you! :)
@muhammadsufian4611
@muhammadsufian4611 2 жыл бұрын
Question: unable to run ionic cordova run ios -l after upgrading to ionic 6. Any specific reason for that?
@aabuabara
@aabuabara 2 жыл бұрын
Thanks. I'd like to suggest a tutorial / video upgrading a “simple app”, from v.5 to ionic v.6.
@galaxies_dev
@galaxies_dev 2 жыл бұрын
I think this is basically only about installing the latest package, nothing else!
@haniqudsi
@haniqudsi 2 жыл бұрын
I update my apps to version 6, but the date time its really different! And hard to customize..
@saq.ib01
@saq.ib01 2 жыл бұрын
A tutorial for page change Confirmation?? Scenario: User fills a form but before submitting the form clicks back button or any other routing button how can we show confirm dialog before leaving the page?
@galaxies_dev
@galaxies_dev 2 жыл бұрын
Could be possible with e.g. a guard - but cool idea for a tutorial indeed!
@saq.ib01
@saq.ib01 2 жыл бұрын
@@galaxies_dev Nice, will try with guard. But currently i used javascript's native confirm('are you sure you want to leave'); as my workaround. because ionic's alert and other options were not working as per expectation.
@arunbharath4548
@arunbharath4548 2 жыл бұрын
Use ca deactivate guard
@DailyDoozeOfficial
@DailyDoozeOfficial 2 жыл бұрын
Hi Simon, awesome summary! It convinced me to switch to Ionic6. I wanna make use of the handy inline modal. Is there a way to get the "onDidDismiss" event using this approach? I tried ModalController and ViewChild reference, sadly without success. Many thanks! Peter
@galaxies_dev
@galaxies_dev 2 жыл бұрын
I actually don't think it's possible, they explicitly say this: "If you need fine grained control over when the modal is presented and dismissed, we recommend you use the modalController" Source: ionicframework.com/docs/api/modal#when-to-use-1
@marcmetzger2331
@marcmetzger2331 2 жыл бұрын
Is there an issue with ion-accordion not working with ion-tabs in the button? I can’t expand accordion as soon as there are tabs … I don’t get it
@galaxies_dev
@galaxies_dev 2 жыл бұрын
Not that I know of - if you can reproduce this in a new app maybe open a Github issue!
@JosueLMM
@JosueLMM 2 жыл бұрын
Excellent explanation
@galaxies_dev
@galaxies_dev 2 жыл бұрын
Glad it was helpful!
@petaka89
@petaka89 2 жыл бұрын
Great vid! just updated to version 6 with minor changes. I'm kinda struggling a little bit with the datetime. I read the docs but could not find if I can just show a date selector, without the time
@galaxies_dev
@galaxies_dev 2 жыл бұрын
I guess you should try the different values for "presentation" and see if one of them works for your case!
@webdevaccount1542
@webdevaccount1542 2 жыл бұрын
Does it support Cordova? or all Capacitor?
@ihasmax
@ihasmax 2 жыл бұрын
Ionic's UI components work in Cordova and Capacitor equally, though the Ionic team strongly recommends migrating to Capacitor and will be focusing on Capacitor for the native runtime layer
@masterandroid5104
@masterandroid5104 2 жыл бұрын
How to implement menú transition animation LIKE discord
@galaxies_dev
@galaxies_dev 2 жыл бұрын
What kind of transition is there?
@masterandroid5104
@masterandroid5104 2 жыл бұрын
@@galaxies_dev kzbin.info/www/bejne/m2mypZl3aL6pia8 like this animation of nav drawer
@reddev8906
@reddev8906 2 жыл бұрын
I want a cool form video.
@ricko13
@ricko13 2 жыл бұрын
DEJA VU
@eguoli
@eguoli 2 жыл бұрын
别推荐这种没有用的软件。。
@mohamudhussin7188
@mohamudhussin7188 2 жыл бұрын
Ionic could be something big but , you had the chance before but , check the analysis and the drop you will understand if you aren’t , Rest In Peace ionic
@galaxies_dev
@galaxies_dev 2 жыл бұрын
Ok
How to AUTOMATICALLY configure your Capacitor project ⚡️
20:06
React Native just dropped a MASSIVE update
15:06
Mehul - Codedamn
Рет қаралды 62 М.
I Turned My Mom into Anxiety Mode! 😆💥 #prank #familyfun #funny
00:32
Family Love #funny #sigma
00:16
CRAZY GREAPA
Рет қаралды 43 МЛН
The Right Way To Return API Errors in .NET
10:40
Nick Chapsas
Рет қаралды 40 М.
How to Handle User Roles in Ionic Apps with Guard & Directives
36:30
How to use the Ionic 6 Datetime component
24:03
Simon Grimm
Рет қаралды 31 М.
Building an Animated Search Input with Ionic
22:50
Simon Grimm
Рет қаралды 7 М.
Redis Crash Course
27:31
Web Dev Simplified
Рет қаралды 640 М.
How to find MEMORY LEAKS in Ionic Angular Apps
24:23
Simon Grimm
Рет қаралды 10 М.
Building A Web App VS Building A Mobile App - Which One Is Better?
8:12
Your Average Tech Bro
Рет қаралды 6 М.
How to Share Data Between Pages in Ionic Apps using Angular
23:38