Basic UI components not found in NativeScript for AngularAngular HTML binding@Directive v/s @Component in AngularAngular - Use pipes in services and componentsHuge number of files generated for every Angular projectAngular 2 date pipe inside a FormControl inputHow to add mask on angular material date pickerHow to let user pick file for upload in nativescript (tried nativescript-imagepicker but need also non-images)Nativescript ClassNotFoundException: com.tns.NativeScriptActivityNativeScript core CameraPlus with MLKit doesn't works if saveToGallery is falseAngular workspace with multiple Angular + Nativescript Code sharing projects and a resusable library

What's the best way to update Homebrew when upgrading macOS?

Understanding basic photoresistor circuit

Is a vertical stabiliser needed for straight line flight in a glider?

How can I answer high-school writing prompts without sounding weird and fake?

Control variables and other independent variables

Drawing perpendicular lines, filling areas

"Right on the tip of my tongue" meaning?

Should these notes be played as a chord or one after another?

What happened to python's ~ when working with boolean?

To what extent may I customize a demiplane?

Was this a power play by Daenerys?

How do I tell my supervisor that he is choosing poor replacements for me while I am on maternity leave?

Increase height of laser cut design file for enclosure

Is there a faster way to calculate Abs[z]^2 numerically?

What is the best way for a skeleton to impersonate human without using magic?

On studying Computer Science vs. Software Engineering to become a proficient coder

Early arrival in Australia, early hotel check in not available

How does Howard Stark know this?

Ex-manager wants to stay in touch, I don't want to

Composite Factor Soup

Is a diamond sword feasible?

Is Simic Ascendancy triggered by Awakening of Vitu-Ghazi?

Was the Highlands Ranch shooting the 115th mass shooting in the US in 2019

Delta TSA-Precheck status removed



Basic UI components not found in NativeScript for Angular


Angular HTML binding@Directive v/s @Component in AngularAngular - Use pipes in services and componentsHuge number of files generated for every Angular projectAngular 2 date pipe inside a FormControl inputHow to add mask on angular material date pickerHow to let user pick file for upload in nativescript (tried nativescript-imagepicker but need also non-images)Nativescript ClassNotFoundException: com.tns.NativeScriptActivityNativeScript core CameraPlus with MLKit doesn't works if saveToGallery is falseAngular workspace with multiple Angular + Nativescript Code sharing projects and a resusable library






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








-4















I am working on NativeScript with Angular 2, but I cannot find some very simple things.



For e.g.



  • A date input field with a date picker on tap.

  • A select dropdown with options.

  • A file/image input field that can browse phone storage or take camera photo.

I cannot find these basic widgets while some other similar widgets do exist, like TextInput, TextView, etc.



If any one knows how to work with this, please help.










share|improve this question
























  • You realize that there are hundreds of frameworks that don't include anything nearly that complicated in them, right? And that you can always include libraries built on top of the framework. If you have very specific wants like that, time to start writing them. You are a programmer after all.

    – Gabe Sechan
    Mar 23 at 11:05











  • @GabeSechan thanks for taking the time to reply, but what you are calling specific wants are not very specific, they are general. A simple date input, or select dropdown is the least that a framework should have. I was hoping to get an answer from a NativeScript expert. But thanks for your answer anyway.

    – M.Imran Mamda
    Mar 23 at 11:28











  • No, they aren't general. They're very specific, and few to go frameworks will have them.

    – Gabe Sechan
    Mar 23 at 11:29











  • Sorry @GabeSechan I dis-agree with you on this. They are as general as a text field input or a number input. Anything that is used commonly is general.

    – M.Imran Mamda
    Mar 23 at 11:31











  • You have unreasonable expectations. Especially the 3rd, native android itself doesn't have that

    – Gabe Sechan
    Mar 23 at 11:32

















-4















I am working on NativeScript with Angular 2, but I cannot find some very simple things.



For e.g.



  • A date input field with a date picker on tap.

  • A select dropdown with options.

  • A file/image input field that can browse phone storage or take camera photo.

I cannot find these basic widgets while some other similar widgets do exist, like TextInput, TextView, etc.



If any one knows how to work with this, please help.










share|improve this question
























  • You realize that there are hundreds of frameworks that don't include anything nearly that complicated in them, right? And that you can always include libraries built on top of the framework. If you have very specific wants like that, time to start writing them. You are a programmer after all.

    – Gabe Sechan
    Mar 23 at 11:05











  • @GabeSechan thanks for taking the time to reply, but what you are calling specific wants are not very specific, they are general. A simple date input, or select dropdown is the least that a framework should have. I was hoping to get an answer from a NativeScript expert. But thanks for your answer anyway.

    – M.Imran Mamda
    Mar 23 at 11:28











  • No, they aren't general. They're very specific, and few to go frameworks will have them.

    – Gabe Sechan
    Mar 23 at 11:29











  • Sorry @GabeSechan I dis-agree with you on this. They are as general as a text field input or a number input. Anything that is used commonly is general.

    – M.Imran Mamda
    Mar 23 at 11:31











  • You have unreasonable expectations. Especially the 3rd, native android itself doesn't have that

    – Gabe Sechan
    Mar 23 at 11:32













-4












-4








-4








I am working on NativeScript with Angular 2, but I cannot find some very simple things.



For e.g.



  • A date input field with a date picker on tap.

  • A select dropdown with options.

  • A file/image input field that can browse phone storage or take camera photo.

I cannot find these basic widgets while some other similar widgets do exist, like TextInput, TextView, etc.



If any one knows how to work with this, please help.










share|improve this question
















I am working on NativeScript with Angular 2, but I cannot find some very simple things.



For e.g.



  • A date input field with a date picker on tap.

  • A select dropdown with options.

  • A file/image input field that can browse phone storage or take camera photo.

I cannot find these basic widgets while some other similar widgets do exist, like TextInput, TextView, etc.



If any one knows how to work with this, please help.







android ios angular nativescript






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 24 at 4:43







M.Imran Mamda

















asked Mar 23 at 10:47









M.Imran MamdaM.Imran Mamda

618




618












  • You realize that there are hundreds of frameworks that don't include anything nearly that complicated in them, right? And that you can always include libraries built on top of the framework. If you have very specific wants like that, time to start writing them. You are a programmer after all.

    – Gabe Sechan
    Mar 23 at 11:05











  • @GabeSechan thanks for taking the time to reply, but what you are calling specific wants are not very specific, they are general. A simple date input, or select dropdown is the least that a framework should have. I was hoping to get an answer from a NativeScript expert. But thanks for your answer anyway.

    – M.Imran Mamda
    Mar 23 at 11:28











  • No, they aren't general. They're very specific, and few to go frameworks will have them.

    – Gabe Sechan
    Mar 23 at 11:29











  • Sorry @GabeSechan I dis-agree with you on this. They are as general as a text field input or a number input. Anything that is used commonly is general.

    – M.Imran Mamda
    Mar 23 at 11:31











  • You have unreasonable expectations. Especially the 3rd, native android itself doesn't have that

    – Gabe Sechan
    Mar 23 at 11:32

















  • You realize that there are hundreds of frameworks that don't include anything nearly that complicated in them, right? And that you can always include libraries built on top of the framework. If you have very specific wants like that, time to start writing them. You are a programmer after all.

    – Gabe Sechan
    Mar 23 at 11:05











  • @GabeSechan thanks for taking the time to reply, but what you are calling specific wants are not very specific, they are general. A simple date input, or select dropdown is the least that a framework should have. I was hoping to get an answer from a NativeScript expert. But thanks for your answer anyway.

    – M.Imran Mamda
    Mar 23 at 11:28











  • No, they aren't general. They're very specific, and few to go frameworks will have them.

    – Gabe Sechan
    Mar 23 at 11:29











  • Sorry @GabeSechan I dis-agree with you on this. They are as general as a text field input or a number input. Anything that is used commonly is general.

    – M.Imran Mamda
    Mar 23 at 11:31











  • You have unreasonable expectations. Especially the 3rd, native android itself doesn't have that

    – Gabe Sechan
    Mar 23 at 11:32
















You realize that there are hundreds of frameworks that don't include anything nearly that complicated in them, right? And that you can always include libraries built on top of the framework. If you have very specific wants like that, time to start writing them. You are a programmer after all.

– Gabe Sechan
Mar 23 at 11:05





You realize that there are hundreds of frameworks that don't include anything nearly that complicated in them, right? And that you can always include libraries built on top of the framework. If you have very specific wants like that, time to start writing them. You are a programmer after all.

– Gabe Sechan
Mar 23 at 11:05













@GabeSechan thanks for taking the time to reply, but what you are calling specific wants are not very specific, they are general. A simple date input, or select dropdown is the least that a framework should have. I was hoping to get an answer from a NativeScript expert. But thanks for your answer anyway.

– M.Imran Mamda
Mar 23 at 11:28





@GabeSechan thanks for taking the time to reply, but what you are calling specific wants are not very specific, they are general. A simple date input, or select dropdown is the least that a framework should have. I was hoping to get an answer from a NativeScript expert. But thanks for your answer anyway.

– M.Imran Mamda
Mar 23 at 11:28













No, they aren't general. They're very specific, and few to go frameworks will have them.

– Gabe Sechan
Mar 23 at 11:29





No, they aren't general. They're very specific, and few to go frameworks will have them.

– Gabe Sechan
Mar 23 at 11:29













Sorry @GabeSechan I dis-agree with you on this. They are as general as a text field input or a number input. Anything that is used commonly is general.

– M.Imran Mamda
Mar 23 at 11:31





Sorry @GabeSechan I dis-agree with you on this. They are as general as a text field input or a number input. Anything that is used commonly is general.

– M.Imran Mamda
Mar 23 at 11:31













You have unreasonable expectations. Especially the 3rd, native android itself doesn't have that

– Gabe Sechan
Mar 23 at 11:32





You have unreasonable expectations. Especially the 3rd, native android itself doesn't have that

– Gabe Sechan
Mar 23 at 11:32












1 Answer
1






active

oldest

votes


















0














The NativeScript framework actually has many widgets in their market as plugins. They are not available by default but they can be found in the market:



https://market.nativescript.org/plugins/



Here is one for the datepicker:



https://market.nativescript.org/plugins/nativescript-datetimepicker
https://github.com/NativeScript/nativescript-datetimepicker



It actually works exactly as asked in the question. It can be used to show a date field, and when clicked, it shows the date picker. The urls above also show screenshots of iOS and Android.



Here is a picker field that works like the Select Dropdown:



https://market.nativescript.org/plugins/nativescript-picker






share|improve this answer

























    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55312907%2fbasic-ui-components-not-found-in-nativescript-for-angular%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    The NativeScript framework actually has many widgets in their market as plugins. They are not available by default but they can be found in the market:



    https://market.nativescript.org/plugins/



    Here is one for the datepicker:



    https://market.nativescript.org/plugins/nativescript-datetimepicker
    https://github.com/NativeScript/nativescript-datetimepicker



    It actually works exactly as asked in the question. It can be used to show a date field, and when clicked, it shows the date picker. The urls above also show screenshots of iOS and Android.



    Here is a picker field that works like the Select Dropdown:



    https://market.nativescript.org/plugins/nativescript-picker






    share|improve this answer





























      0














      The NativeScript framework actually has many widgets in their market as plugins. They are not available by default but they can be found in the market:



      https://market.nativescript.org/plugins/



      Here is one for the datepicker:



      https://market.nativescript.org/plugins/nativescript-datetimepicker
      https://github.com/NativeScript/nativescript-datetimepicker



      It actually works exactly as asked in the question. It can be used to show a date field, and when clicked, it shows the date picker. The urls above also show screenshots of iOS and Android.



      Here is a picker field that works like the Select Dropdown:



      https://market.nativescript.org/plugins/nativescript-picker






      share|improve this answer



























        0












        0








        0







        The NativeScript framework actually has many widgets in their market as plugins. They are not available by default but they can be found in the market:



        https://market.nativescript.org/plugins/



        Here is one for the datepicker:



        https://market.nativescript.org/plugins/nativescript-datetimepicker
        https://github.com/NativeScript/nativescript-datetimepicker



        It actually works exactly as asked in the question. It can be used to show a date field, and when clicked, it shows the date picker. The urls above also show screenshots of iOS and Android.



        Here is a picker field that works like the Select Dropdown:



        https://market.nativescript.org/plugins/nativescript-picker






        share|improve this answer















        The NativeScript framework actually has many widgets in their market as plugins. They are not available by default but they can be found in the market:



        https://market.nativescript.org/plugins/



        Here is one for the datepicker:



        https://market.nativescript.org/plugins/nativescript-datetimepicker
        https://github.com/NativeScript/nativescript-datetimepicker



        It actually works exactly as asked in the question. It can be used to show a date field, and when clicked, it shows the date picker. The urls above also show screenshots of iOS and Android.



        Here is a picker field that works like the Select Dropdown:



        https://market.nativescript.org/plugins/nativescript-picker







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Mar 23 at 12:29

























        answered Mar 23 at 12:06









        M.Imran MamdaM.Imran Mamda

        618




        618





























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55312907%2fbasic-ui-components-not-found-in-nativescript-for-angular%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

            용인 삼성생명 블루밍스 목차 통계 역대 감독 선수단 응원단 경기장 같이 보기 외부 링크 둘러보기 메뉴samsungblueminx.comeh선수 명단용인 삼성생명 블루밍스용인 삼성생명 블루밍스ehsamsungblueminx.comeheheheh

            155 수학 과학 기타 둘러보기 메뉴eh추가해eh문서를 완성해