Jesus, this video is under 30 mins but contains work load that could take days or even weeks. Astonishing. Simon, you are one of a kind.
@brunonicholas69654 жыл бұрын
Am glad you are a believer!
@galaxies_dev4 жыл бұрын
Thanks a lot!! Yeah it takes time to prepare these videos, so perhaps other people can save some valuable time :)
@pauldean17043 жыл бұрын
Thanks for making this video, I know it was a while ago now, but it's a real time saver tutorial... thanks again! oh.. and that Beard, is killer!
@galaxies_dev3 жыл бұрын
Thanks a lot Paul!
@NazirMassaad4 жыл бұрын
Great work Simon!! straight forward tutorial.. thank you!
4 жыл бұрын
Great work!!! Thanks a lot, Simmon!
@galaxies_dev4 жыл бұрын
My pleasure!
@shafi23444 жыл бұрын
I was waiting for it... Thanks
@rvuyyuru4 жыл бұрын
Please do some video on hot code push for capacitor
@jared467010 ай бұрын
I used this video to create plugins earlier this year and it worked great. This past week I started a new project and created a new plugin only to have "ERROR Error: "xxx" plugin is not implemented on android" turn up when testing on Android every time. It will work fine on web. Can't figure out the issue. Tried everything
@DamienSawyer3 жыл бұрын
Brilliant tutorial! Thank you.
@samuellozada76755 ай бұрын
Grateful for this
@Mikerandria3 жыл бұрын
Gotta be one of the best channel on Ionic around if not the best. However call.getWhatever is always empty on Android studio.
@jingguoca3 жыл бұрын
thanks Simon!
@tajanamarijaatanaskova2201 Жыл бұрын
Thank you! 😁
@galaxies_dev Жыл бұрын
You are welcome!
@veliyasa50413 жыл бұрын
Nice video but i have an issue.When the app run on android, works only web method implementation not android plugin method.Any idea? Thanks.
@galaxies_dev3 жыл бұрын
Hmm are you perhaps importing only the web version and not importing it from the Capacitor Plugins object? because only in there is the native implementation!
@pugazhavansuriya85713 жыл бұрын
Hey Simon, thanks for the video. I have a question, how do we import the same in Capacitor 3.0 as Plugins is deprecated?
@galaxies_dev3 жыл бұрын
Might have to create a new video on that, haven't tried it myself yet!
@jonatanvalor84473 жыл бұрын
@@galaxies_dev dale pa, metele que necesito hacer un plugin con capacitor 4 y no funca. Ponete al tiro Saymon
@jonatanvalor84473 жыл бұрын
@Simon Grimm Saaaaymooooon. Sigo esperando el plugin para capacitor 4 paaaa. Estas lento como tortuga carreando un auto
@alefortvi2 жыл бұрын
@@jonatanvalor8447 Somos 2, papurri!
@adriangaray18774 жыл бұрын
I was searching a guide for this, Thank you, do you work in something about open libraries contributions?
@galaxies_dev4 жыл бұрын
No I currently don't really have any time left to contribute to repositories :/
@nmereginivincent57723 жыл бұрын
Hi, Simon thank you for this tutorial I really found it helpful. I’m currently creating my own custom plugin with TwilioVideo and I ran into an issue "this module cannot be found" even after run pod install. Any idea how to fix it?
@vishalkumar-vb6he Жыл бұрын
Hi have you completed twilioAudio I need it fir ionic ios
@Jobyx204 жыл бұрын
Hey Simon, great tutorial! :) I am on 17:40 timestamp in the video implementing android part of the plugin, how did you get the plugin folder inside the ionic project folder in android studio? I only see other three folders there.
@galaxies_dev3 жыл бұрын
I just ran "npx cap open android" and waited until the sync was finished!
@mahmoudalaskalany3 жыл бұрын
thanks you man really thank you ❤️
@galaxies_dev3 жыл бұрын
You're welcome!
@mahmoudalaskalany3 жыл бұрын
@@galaxies_dev can we have a quick win video on how to customize ion alert for danger , success , primary ,secondary colors
@simrakhan66974 жыл бұрын
Hello Simon, this is not related to the video but I'm using Ionic to build app for android and iOS. I used sqlite as local db as I have to perform some complex queries on the data and it worked fine as well! But then the demand came for pwa and sqlite is not working for it as it is a cordova plug in. I switched to ionic storage which basically uses key value pair. Initially it worked but as the data got complex using key value pairs doesn't help much in extracting data. I used joins in rdbms and now I just don't understand how to do that with this now. I am doomed, please help. Is there any way I can use sqlite for pwa?
@galaxies_dev4 жыл бұрын
No you can't use an SQLite db inside a PWA as of now. Indexed db is also not really the best solution, so Ionic Storage is more meant for small chunks of data but it can't replace a SQLite database. Perhaps check out something completely different like PuchDB instead!
@pracae3 жыл бұрын
Hi Simon, if I have to add an external javascript library into capacitor plugin, how can we do that?
@galaxies_dev3 жыл бұрын
You can usually import them at the top of your file like other packages, the import might just look a bit different but overall that should work!
@binoysarker9033 жыл бұрын
How can i fix this ? Error: "DemoPlugin" plugin is not implemented on android
@andrewmd103 жыл бұрын
00:45 it doesn't show the dialogue to me. it only says npx: installed etc. It would be nice if you showed how it works on windows/linux too in your videos
@minhochang98653 жыл бұрын
Simon how you able to get the type definitions of your custom plugin to work? my plug in works fine but none of the type definitions from my exported interface are available! hovering over const { Myplugin } = Plugins; we see "const Myplugin: { [prop:string]: any; } and for Myplugins.whatever no types are available.
@galaxies_dev3 жыл бұрын
I think you can add it to the web interface of the project and import that file as well!
@emreaka39656 ай бұрын
Emperor Simon Grimm!
@nortalllc10564 жыл бұрын
Hi Simon, I've done exactly the same thing as you, but still getting "ContactsPlugin does not have web implementation" error in web app. I have used: import 'contacts-plugin'; in home.page.ts but still get the same error. Can you help?
@tclark3 жыл бұрын
I had the same issue. I had to run 'npm run serve --preserve-symlinks' and then it started working.
@fasihuddin19502 жыл бұрын
Not able to see single line of code. Much better if you zoom in a little bit
@galaxies_dev2 жыл бұрын
You mean for Android? Everything else was already highly zoomed!
@vyshnavkumar37694 жыл бұрын
Nice vedio I follow all your vedios those are great I have dought in receiving notifications from firebase use PHP as backend can you make a vedio on this
@rvuyyuru4 жыл бұрын
Use web push with php
@techbinomial8 ай бұрын
Great work Simon!! Your tutorial helped but changes required as there are version changes. I created the new one at kzbin.info/www/bejne/g5jNq3mAfbKBd68 thanks.
@townstore57382 жыл бұрын
Hey Simon , i am also developer , but i want to create NFC plugin from android NFC plugin please advice me how i can do it , or please share contact email so i can contact you , please advise