Page 1 of 3

How can I use an input on the page while a popup is open?

Posted: Fri May 22, 2015 1:01 am
by Ellen Schlechter

When I search in the input, I have results listed in a button group in a popup. The list is suggestions based on what the user typed. I want to be able to keep typing and navigating about the page even with the popup open. Is this possible?

Image


How can I use an input on the page while a popup is open?

Posted: Fri May 22, 2015 5:09 pm
by Serhii Kulibaba

Hello Elen,

Sure, you can add input to the popup. Could you clarify what have you tried and what exactly does not work?
Could you check are there any errors in console? This: (http://devcenter.appery.io/documentat...) should help.


How can I use an input on the page while a popup is open?

Posted: Sat May 23, 2015 4:11 am
by Ellen Schlechter

I don't want the input in the popup though. The only reason that I have a popup is because I wanted a a space to be a specific size and then scroll to see more results. Is there another way to achieve that instead.

Summary: How can I get results to be displayed in a specific sized area then scroll to see more results that didn't fit?


How can I use an input on the page while a popup is open?

Posted: Mon May 25, 2015 1:45 pm
by Serhii Kulibaba

Add CSS property
overflow:scroll;
for any conponent where you want to add scroll

https://developer.mozilla.org/en-US/d...


How can I use an input on the page while a popup is open?

Posted: Mon May 25, 2015 6:21 pm
by Ellen Schlechter

This is the code that I found.

p { overflow: scroll; /* always show scrollbars */ }

Would I put that in a CSS asset or would I just run the js on page show or something?


How can I use an input on the page while a popup is open?

Posted: Mon May 25, 2015 10:27 pm
by Ellen Schlechter

So I did a little more research and found that I can run this js on page load(or show maybe??)

Apperyio('mobilecheckbox_102').css('overflow') == 'scroll'

My question now is how to format it so that the button group shows only 3 until you scroll then more options are displayed?


How can I use an input on the page while a popup is open?

Posted: Thu May 28, 2015 12:35 am
by Ellen Schlechter

Hey... has anyone had the chance to look at this lately?


How can I use an input on the page while a popup is open?

Posted: Thu May 28, 2015 10:01 am
by Alena Prykhodko

Hello Ellen,

Sorry for delay. We'll reply as soon as have updates.


How can I use an input on the page while a popup is open?

Posted: Fri May 29, 2015 12:40 am
by Ellen Schlechter

Thanks.


How can I use an input on the page while a popup is open?

Posted: Sat May 30, 2015 10:42 pm
by Ellen Schlechter

Hey just wondering if any progress was made here