I am using the Zurb Foundation Reveal modal popup. I have a requirement to have the modal popup appear by sliding up from the bottom, but by default, it only slides down.
I am using Foundation 4.0.
Any help is greatly appreciated.
Related
In my ionic 2 application, we are have a page which shows date picker on click of a button. When date picker is displayed, if app goes in background, we are displaying a lock screen modal. The problem is when we show the modal, the date picker is displaying on top of the modal. Does anyone have an idea about how to handle this?
You may probably need to adjust z-index property of the datepicker within the stylesheet (decrease the value, so it is less than the one for modal), so it will not be rendered on top of the modal.
In ionic2 today I start with template sidemenu and side menu is toggle on swiping on screen from every where by mouse. That means when swip from left to right on screen side menu is opening and from right to left sidemenu is close properly.
But when i buid this on my phone ITS NOT WORKING. Today almost all application has this facilities and no one go to top to touch menu button on left-top corrner to open side menu. how can enable this features I also try with making
TO
but does'nt Work
thanx in advance
I try to make Image Grid Effect such as http://tympanus.net/Development/ImageGridEffects/ and http://tympanus.net/Development/AnimatedGridLayout/ using bootstrap modal. but i cannot find the way to reveal bootstrap modal starting position from onclick image. Can someone help me please?
The scenario is. I have my main page where i already have scrolling. Where i am opening one bootstrap dialogue which is also bigger and the scroll is showing and scrolling the dialogue. In this big dialogue i have opened one more dialogue which is smaller one which remove the scroll. after i close this small dialogue the scroll is coming back on the back but it is not scrolling the dialogue. The scroll is working for the main page.
So how to handle this situation?
Thank you in Advance.
Hrushikesh
I'm using the top-bar from Foundation and this works great. Only when you have a touch device with a larger screen for example the iPad then it shows the desktop view op the top-bar. That is fine only when you klick a menu it opens directly that main page instead off showing a dropdown with the subpages like when you hover it with a mouse on the desktop.
Is there a way to show the subpages instead off oping the main page?
Make the clickable instead of hover:
<nav class="top-bar" data-topbar role="navigation" data-options="is_hover: false">
Reference: http://foundation.zurb.com/docs/components/topbar.html