I want to implement searchable select in my ionic application to display countries and cities. i am new to the ionic framework can anyone help please.
Related
I am a beginner for ionic framework.
May I ask when i type ionic serve, ionic app doesn't show app screen but it showed "Ready to create an app? Start with ionic UI component". I have seen from youtube tutorial it suppose to show up mobile like screen.
Appreciate someone can help to verify my query please. thanks.
I need to know whether is there any fitness band which can be integrated with ionic framework? I have did research over google and i found this one.
https://github.com/betomaluje/Mi-Band[It's Mi-Band integration with ionic framework with ionic but i am looking any other suggestions.][1]
Thanks
Using Ionic Framework with Cordova, you should be able to access Xiomi Mi Band 1,2 and Amazafit Bip information with the plugin https://github.com/mmig/cordova-plugin-gadgetbridge
how can I design that page in ionic 4? I'm still new to ionic. its a bank app I am building with ionic 4, below is the image of the page.
You should start here, https://ionicframework.com/ read through documentation.
Your app looks like a tabs based app so it would be easiest to start with a tabs ionic project.
Therefore, run ionic start myBankAppName tabs --cordova to use cordova as your native cross-platform engine or ionic start myBankAppName tabs --capacitor to use capacitor for the same purpose.
After that consult the relevant components that you need at https://ionicframework.com/docs/components.
Have fun! ;)
(Notice: this question include ionic2 and cordova tags, but if you know only angular - may be you can also help me!)
I build ionic application (version 2 of ionic and version 2 of angular).
I search a lot after option of cordova-camera-plugin for let user choose photo from his facebook-album, for disaply it to other app-users.
Is there any way to do it?
Or is there other way to do that, not by cordova-camera?
I am developing a cross platform surveying mobile application in Ionic framework and as a part of this project I need to have a form builder in Ionic for Admin to create forms for survey same as Ionic form builder ,if someone has any idea please share it?
I too would like an answer to this question. You should search and then post to the Ionic Framework forum here: http://forum.ionicframework.com/ This thread might touch on your problem tangentially. http://forum.ionicframework.com/t/solved-create-form-programatically/13519 Let us know if you find an answer. You might also want to check out the Ionic pens at codepen.io.