NativeScript Vue Modal in an AbsoluteLayout FrameCustom components can't access default NativeScript directivesNativeScript Windowed Modal View inside a fullscreen Modal ViewNativescript Vue navigation strugglesNativescript Vue RadSideDrawer undefinedNativeScript-Vue button with linear gradient background and imageNativescript-vue $emit not working as expectedcannot set modal background to transparent in androidHow to animate the modal page navigation transitions in native scriptAfter resume sometimes show the Home Screen on Nativescript-VueCan't Access Props in NativeScript Vue Modal

How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?

How can I print the prosodic symbols in LaTeX?

a sore throat vs a strep throat vs strep throat

What happened to Captain America in Endgame?

Elements other than carbon that can form many different compounds by bonding to themselves?

How to display Aura JS Errors Lightning Out

How to prevent z-fighting in OpenSCAD?

How exactly does Hawking radiation decrease the mass of black holes?

How would 10 generations of living underground change the human body?

Is Diceware more secure than a long passphrase?

Can I grease a crank spindle/bracket without disassembling the crank set?

What does ゆーか mean?

Contradiction proof for inequality of P and NP?

Is there really no use for MD5 anymore?

Pre-plastic human skin alternative

Why does nature favour the Laplacian?

Checks user level and limit the data before saving it to mongoDB

First time hit, with spinach? A little bit?

I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?

How to denote matrix elements succinctly?

What is causing the white spot to appear in some of my pictures

Was there a Viking Exchange as well as a Columbian one?

Rivers without rain

What's the polite way to say "I need to urinate"?



NativeScript Vue Modal in an AbsoluteLayout Frame


Custom components can't access default NativeScript directivesNativeScript Windowed Modal View inside a fullscreen Modal ViewNativescript Vue navigation strugglesNativescript Vue RadSideDrawer undefinedNativeScript-Vue button with linear gradient background and imageNativescript-vue $emit not working as expectedcannot set modal background to transparent in androidHow to animate the modal page navigation transitions in native scriptAfter resume sometimes show the Home Screen on Nativescript-VueCan't Access Props in NativeScript Vue Modal






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








0















I have an AbsoluteLayout with a Frame and a Notification. The problem is when I use this.$showModal(...) the modal prompts over everything. So I can't use my notification component when a modal is open.



I want the modal to prompt within the Frame of ID #root.



Here is a working example of my issue: https://play.nativescript.org/?template=play-vue&id=R3JBqZ&v=6










share|improve this question




























    0















    I have an AbsoluteLayout with a Frame and a Notification. The problem is when I use this.$showModal(...) the modal prompts over everything. So I can't use my notification component when a modal is open.



    I want the modal to prompt within the Frame of ID #root.



    Here is a working example of my issue: https://play.nativescript.org/?template=play-vue&id=R3JBqZ&v=6










    share|improve this question
























      0












      0








      0








      I have an AbsoluteLayout with a Frame and a Notification. The problem is when I use this.$showModal(...) the modal prompts over everything. So I can't use my notification component when a modal is open.



      I want the modal to prompt within the Frame of ID #root.



      Here is a working example of my issue: https://play.nativescript.org/?template=play-vue&id=R3JBqZ&v=6










      share|improve this question














      I have an AbsoluteLayout with a Frame and a Notification. The problem is when I use this.$showModal(...) the modal prompts over everything. So I can't use my notification component when a modal is open.



      I want the modal to prompt within the Frame of ID #root.



      Here is a working example of my issue: https://play.nativescript.org/?template=play-vue&id=R3JBqZ&v=6







      nativescript nativescript-vue






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 22 at 17:25









      Hugo PozzoliHugo Pozzoli

      437




      437






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Modal pages are quite different form normal pages, it won't respect your positions on screen.



          If you are looking for in-app notifications, why don't you try nativescript-cfalert-dialog or nativescript-feedback plugin.






          share|improve this answer























          • it's not an issue of notification. I have several components that should be on top of a Modal. The only way to make it work is to duplicate these components in every modal...

            – Hugo Pozzoli
            Mar 28 at 15:12











          • If you want to show anything over modal dialog, the only option could be by using your own custom modal dialog.

            – Manoj
            Mar 28 at 15:13











          • Indeed! Thanks for the great plugins by the way ;-)

            – Hugo Pozzoli
            Mar 28 at 15:17











          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%2f55304878%2fnativescript-vue-modal-in-an-absolutelayout-frame%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














          Modal pages are quite different form normal pages, it won't respect your positions on screen.



          If you are looking for in-app notifications, why don't you try nativescript-cfalert-dialog or nativescript-feedback plugin.






          share|improve this answer























          • it's not an issue of notification. I have several components that should be on top of a Modal. The only way to make it work is to duplicate these components in every modal...

            – Hugo Pozzoli
            Mar 28 at 15:12











          • If you want to show anything over modal dialog, the only option could be by using your own custom modal dialog.

            – Manoj
            Mar 28 at 15:13











          • Indeed! Thanks for the great plugins by the way ;-)

            – Hugo Pozzoli
            Mar 28 at 15:17















          0














          Modal pages are quite different form normal pages, it won't respect your positions on screen.



          If you are looking for in-app notifications, why don't you try nativescript-cfalert-dialog or nativescript-feedback plugin.






          share|improve this answer























          • it's not an issue of notification. I have several components that should be on top of a Modal. The only way to make it work is to duplicate these components in every modal...

            – Hugo Pozzoli
            Mar 28 at 15:12











          • If you want to show anything over modal dialog, the only option could be by using your own custom modal dialog.

            – Manoj
            Mar 28 at 15:13











          • Indeed! Thanks for the great plugins by the way ;-)

            – Hugo Pozzoli
            Mar 28 at 15:17













          0












          0








          0







          Modal pages are quite different form normal pages, it won't respect your positions on screen.



          If you are looking for in-app notifications, why don't you try nativescript-cfalert-dialog or nativescript-feedback plugin.






          share|improve this answer













          Modal pages are quite different form normal pages, it won't respect your positions on screen.



          If you are looking for in-app notifications, why don't you try nativescript-cfalert-dialog or nativescript-feedback plugin.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 22 at 18:39









          ManojManoj

          8,45921024




          8,45921024












          • it's not an issue of notification. I have several components that should be on top of a Modal. The only way to make it work is to duplicate these components in every modal...

            – Hugo Pozzoli
            Mar 28 at 15:12











          • If you want to show anything over modal dialog, the only option could be by using your own custom modal dialog.

            – Manoj
            Mar 28 at 15:13











          • Indeed! Thanks for the great plugins by the way ;-)

            – Hugo Pozzoli
            Mar 28 at 15:17

















          • it's not an issue of notification. I have several components that should be on top of a Modal. The only way to make it work is to duplicate these components in every modal...

            – Hugo Pozzoli
            Mar 28 at 15:12











          • If you want to show anything over modal dialog, the only option could be by using your own custom modal dialog.

            – Manoj
            Mar 28 at 15:13











          • Indeed! Thanks for the great plugins by the way ;-)

            – Hugo Pozzoli
            Mar 28 at 15:17
















          it's not an issue of notification. I have several components that should be on top of a Modal. The only way to make it work is to duplicate these components in every modal...

          – Hugo Pozzoli
          Mar 28 at 15:12





          it's not an issue of notification. I have several components that should be on top of a Modal. The only way to make it work is to duplicate these components in every modal...

          – Hugo Pozzoli
          Mar 28 at 15:12













          If you want to show anything over modal dialog, the only option could be by using your own custom modal dialog.

          – Manoj
          Mar 28 at 15:13





          If you want to show anything over modal dialog, the only option could be by using your own custom modal dialog.

          – Manoj
          Mar 28 at 15:13













          Indeed! Thanks for the great plugins by the way ;-)

          – Hugo Pozzoli
          Mar 28 at 15:17





          Indeed! Thanks for the great plugins by the way ;-)

          – Hugo Pozzoli
          Mar 28 at 15:17



















          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%2f55304878%2fnativescript-vue-modal-in-an-absolutelayout-frame%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

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript