Тёмный
No video :(

Ionic 3 - Modal Implementation 

Paul Halliday
Подписаться 36 тыс.
Просмотров 74 тыс.
50% 1

My Learn Ionic 3 From Scratch Course - www.udemy.com/...
Support the content: / paulhalliday - EXCLUSIVE early access to the next video(s), as well as other benefits!
Ionic 3 - Modal Implementation
This video is a preview from the "Learn Ionic 3 From Scratch" course. We look at the ModalController within Ionic 3, and how we can use it in a variety of situations.
The extra epic content always comes via email first. Sign up so you're not left behind: eepurl.com/cBCqO9
You can also find me:
/ pwhsoftware
/ paulhal

Опубликовано:

 

27 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 65   
@paulhalliday
@paulhalliday 7 лет назад
This is a preview of the "Learn Ionic 3 From Scratch" course. Want to get it whilst it's in early access? You can. www.udemy.com/learn-ionic-3-from-scratch/?couponCode=LEARNIONIC3
@softwareengineer5148
@softwareengineer5148 7 лет назад
Hey do you know Do anyone know about "ERROR: Cannot authenticate via a web browser"? $cordovaOauth.facebook(fb_app_id, ["email"]).then(function(result) { auth.$authWithOAuthToken("facebook", result.access_token).then(function(authData) { console.log(JSON.stringify(authData)); }, function(error) { console.error("ERROR: " + error); }); }, function(error) { console.log("ERROR: " + error); });
@paulhalliday
@paulhalliday 7 лет назад
Happy to do bespoke code reviews as part of Patreon: www.patreon.com/PaulHalliday :)
@SiddharthRay1
@SiddharthRay1 7 лет назад
Thank you Paul for listening my feedback related audio. Now it loud and clear.
@paulhalliday
@paulhalliday 7 лет назад
Always looking to improve!
@pikejuan
@pikejuan 5 лет назад
that was a very helpful trick at 10:23 to view the interface, thanks!
@sharutzagmail
@sharutzagmail 6 лет назад
Love you! Saved me a lot of time of searching for an urgent solution! Thank you!
@samuelhuang7309
@samuelhuang7309 7 лет назад
Come back here again & thanks your video again! very helpful.
@TejramChafle
@TejramChafle 7 лет назад
Thank you so much.. This helped me lot.. I was struggling to receive data from modal to parent class.
@Dnomasorneiluj
@Dnomasorneiluj 6 лет назад
Hi Everyone, enableBackdropDismiss: false option is not working for me, i have always a 100%height for my modal, i can't see the backdrop. any idea? thx
@moka7986
@moka7986 7 лет назад
I came here because ionic doc wasn't enough to make me understand fully. After watch the video I could understand a lot better. Thanks!
@paulhalliday
@paulhalliday 7 лет назад
Awesome! You may find the course useful which contains more content like this: www.udemy.com/learn-ionic-3-from-scratch/?couponCode=IONIC3MAY :)
@muhammadammar7548
@muhammadammar7548 5 лет назад
Amazing explanation. Thanks for the tutorial.
@Felm84
@Felm84 6 лет назад
Thank you very much, it helped me a lot. I didn't know how to return data from a dismiss view, tks for that.
@mattxgreen
@mattxgreen 7 лет назад
Thank you very much. Love the speed, and succinctness
@paulhalliday
@paulhalliday 7 лет назад
Thanks Matt! Here's a discount code for my latest course: Master Ionic 3 with Ionic Native and Cordova Integrations - www.udemy.com/master-ionic-3-with-ionic-native-and-cordova-integrations/?couponCode=IONICNATIVE
@CariagaXIII
@CariagaXIII 6 лет назад
some how the backdrop is not working its always fullscreen
@lizardp0ison637
@lizardp0ison637 6 лет назад
Muchas gracias, me sirvió muchísimo. Saludos desde latinoamerica.
@mfrnando4719
@mfrnando4719 5 лет назад
Amigo me da eeores en modalController me dice que no ponga en providers y luego en app.modulo y no me funciona
@Felipaopaooo
@Felipaopaooo 6 лет назад
And what if a modal page starts from a tab icon? I am facing some problems with that situation...
@WiNNiep00h
@WiNNiep00h 6 лет назад
i dont get it. how the home.ts knows what is the ModalPage without importing anything? i tried the same but i get error when calling openModal because the modalPage is not known EDIT: Anyway...i solved my problem. i had to import the modal dialog to app.modules.ts and my home.ts and than i didnt write the name as string inside the create('nameModalDialog'') i typed create(nameModalDialog). this worked for me
@pjfajardo8687
@pjfajardo8687 5 лет назад
This actually helped me thanks. Been wondering the same since it is not stated if its lazy loaded or not.
@rajeshbabu2699
@rajeshbabu2699 6 лет назад
hi thanks for this tutorial, how we can create different size three models in one application
@sourishdutta9600
@sourishdutta9600 6 лет назад
Thank you so much sir,you are awesome,do a video on ionic LinkedIn and Twitter authentication
@davidtheprogrammer
@davidtheprogrammer 6 лет назад
This is top notch stuff! Thank you!
@moltenmindsstudio
@moltenmindsstudio 4 года назад
Tranks you very much man!!
@nataliexsl1
@nataliexsl1 5 лет назад
hey Paul I've a question, if I want many Modals in my App, I have to create a page for each one? what is it the best way to create them?
@nileshbandekar7535
@nileshbandekar7535 6 лет назад
do u have list of any build in animations used for modal in ionic 3
@adir191
@adir191 7 лет назад
Thank you for great tutorial! high recommendation to your course
@paulhalliday
@paulhalliday 7 лет назад
Thanks a lot! :)
@kingmega8730
@kingmega8730 3 года назад
Continue sir
@leong0179122098
@leong0179122098 6 лет назад
Nice tutorial~ Thank mate.
@paulhalliday
@paulhalliday 6 лет назад
Thank you!
@laurenceguevarra6640
@laurenceguevarra6640 7 лет назад
Paul i wanna resize the modal , how do you resize the modal or do you have a lesson about it. by the way i watch your videos in udemy
@ilhansaglk5912
@ilhansaglk5912 6 лет назад
I want to add a product line in Modal and I want to send this product to the main page. I did it with dismiss, but modal also works at cancel yada close. I just want to send data to the main page when I click on the add button in modal and turn off modal.
@JhonatasRosendo
@JhonatasRosendo 6 лет назад
When you are dismissing with the cancel button, just pass no data to it. On your onDidDismiss check if the data exists or is undefined. If it is undefined, then the modal was canceled. If not, the product was added.
@Fercholat
@Fercholat 7 лет назад
You are the best! Nice video
@moycs777
@moycs777 7 лет назад
very good tutorial!
@JohnBiddulph
@JohnBiddulph 5 лет назад
Hi Paul, this doesn't work, I get : [object Object] in my console
@SampathLokuge
@SampathLokuge 7 лет назад
Hey Paul, Really nice work. Thanks for sharing with us :) Do you have a video about Ionic 3 Deep Linking?
@paulhalliday
@paulhalliday 7 лет назад
Some deep linking content is being added to the course today. It should be up as part of the new section by the end of the weekend. :)
@SampathLokuge
@SampathLokuge 7 лет назад
Oh.. Excellent.I'll see there :)
@cuntaforce
@cuntaforce 7 лет назад
Hi Paul, In your example, you created to ModalPage as lazy load with modal-page.module.ts. But your Home Page don't have its own .module.ts. How did you manage this? I know that if you are using lazy loading you have to add module.ts per page. Im confused.
@JhonatasRosendo
@JhonatasRosendo 6 лет назад
The home page is not lazily loaded because it will aways be loaded when the app launches, therefore it doesn't need a module.ts.
@alialsed5909
@alialsed5909 7 лет назад
Thank you for great tutorial! high recommendation to your course and i register in your Course , i want to ask u about create youtube downloader by ionic how can i create it
@jangheelee6470
@jangheelee6470 7 лет назад
Hello Paul, can't we need to add ";" after myModal.onDidDismiss() at 9:00? :) Great video!
@paulhalliday
@paulhalliday 7 лет назад
Hi Jang, Nicely spotted! We should indeed. Paul
@gunasekaranpalanisami6182
@gunasekaranpalanisami6182 5 лет назад
I need ionic 4 , this modal
@gunasekaranpalanisami6182
@gunasekaranpalanisami6182 5 лет назад
this modal ionic 3, use to code ionic 4 , is not working sir.
@armandozabala
@armandozabala 6 лет назад
hello Paul good morning I hope you can help me, I'm using ion-select in my app but on iOS device does not work on Android if it works without problems, which can be the problem does not work either in xcode emulator or real device (iphone 8)
@armandozabala
@armandozabala 6 лет назад
Is Ionic 3
@fedesardo
@fedesardo 7 лет назад
Hi Paul, how are you doing? I am following your course in udemy and I have a quick (and maybe stupid question), I can not see the difference between use modal and "navController.push" .
@fedesardo
@fedesardo 7 лет назад
are the same Paul?
@fedesardo
@fedesardo 7 лет назад
are the same Paul?
@paulhalliday
@paulhalliday 7 лет назад
Hi Fede, It's a similar process, essentially instead of pushing the view to be the new page, we're showing that page as a modal instead. Paul
@LauraAlvarez-dw2fg
@LauraAlvarez-dw2fg 7 лет назад
What editor are you using?? Thanks!
@paulhalliday
@paulhalliday 7 лет назад
Visual Studio Code! :) code.visualstudio.com/
@hanzo2001
@hanzo2001 7 лет назад
Not really lazy loaded since it was all declared in AppModule. Try opening a Modal in a lazily loaded Page, both from another module. You'll get the quasi-meaningless _No component factory found for Modal. Did you add it to entryComponents?_
@SiddharthRay1
@SiddharthRay1 7 лет назад
Gr8 tutorial !!
@paulhalliday
@paulhalliday 7 лет назад
I'm glad you liked it Siddharth! :)
@kotraner
@kotraner 5 лет назад
am I the only on who can't use backdrop when browser changed to android, ios version?
@SiddharthRay1
@SiddharthRay1 7 лет назад
just a little bit noise reduction required
@paulhalliday
@paulhalliday 7 лет назад
Gotcha.
@jameswest2155
@jameswest2155 7 лет назад
Top banana
Далее
Ionic 3 - Lazy Loading Components
11:36
Просмотров 33 тыс.
When RESTful architecture isn't enough...
21:02
Просмотров 272 тыс.
I Built a WATERPARK In My House!
26:28
Просмотров 18 млн
Ajdarlar...😅 QVZ 2024
00:39
Просмотров 391 тыс.
Up and Running With Ionic 3 in 15 Minutes
15:15
Просмотров 44 тыс.
Brutally honest advice for new .NET Web Developers
7:19
Google Data Center 360° Tour
8:29
Просмотров 5 млн
Ionic 3 - @IonicPage() and URL Deep Linking
13:39
Просмотров 36 тыс.
I've been using Redis wrong this whole time...
20:53
Просмотров 354 тыс.