i have one issue in ionic2(IOS). when my keyboard is open then <ion-footer> not scroll to up in ios only. i'm used Keyboard.disableScroll(true); for disable scroll. but if i remove it then work good. any solution without remove Keyboard.disableScroll(true); scroll <ion-footer>.??enter image description here
Related
On Android, when using scrollComponentToVisible and the keyboard is open, the component is not scrolled to the actual visible area, but under the keyboard.
The problem was solved by wrapping the code in a "callSerially" statement. I also changed the direct scroll call to a "requestFocus" scroll coupled with a "startAsyncEditing".
I am developing an app with angular and ionic, and I am facing a strange issue with scrolling.
What I currently have, is a directive to display some temperatures on a page.
Everything works, but if I try to scroll using the mouse wheel (when the mouse cursor hover some text) the page won't scroll. If, however, I have the mouse cursor somewhere else, the page scrolls.
To better explain and show this issue, I've created a codepen which you can find here: http://codepen.io/NickHG/pen/beBGdx
I have no idea why this happens.
Any suggestion?
Thanks
I've found a workaround.
Set overflow-scroll="true" in the ion-content.
I implemented a drawer in my steroids application with similar styles as google+ drawer. However, I have several links on it, and when my device is in landscape mode I'm unable to see all the links, and I can't scroll the drawer.
I want to be able to scroll the drawer vertically as a normal webview, just like google+ drawer does.
Is that possible?
Can I embed a webview inside another?
I managed to fix this by adding heigh=device-height to the content meta tag. And I added overflow-x=hidden to just allow vertical scrolling.
there is one issue with page scroll down you can,t select any tile i that for this try to re size your browser
and create a vertical scroll and then select any tile you will see the issue. please see this screen shot am facing this issue in html5 version. Thanks any help will be appriciated
Please see the attached screen shot
i got success to get resolved the issue. by getting scroll top and scroll left in jquery to get highlight specific tile in pivotviewer . so now when page resize it don,t disturb its position. :P
We've noticed lately that the grids in our website as well the ones on the demo page for the grid show the vertical scroll bar until the page finishes loading and then disappears. It appears to be adding 'overflow: hidden' to the table which has the effect of removing the scroll bar. When I remove this css (inside Chrome debugger) the scroll bar re-appears. I have confirmed this behavior on multiple users' systems.
Anyone know of a fix for this? I have a feeling this is something Telerik will have to fix.
This bug is happening because of a setting located in the Chrome debugger settings called ‘Emulate touch events’. When the Telerik grid detects a touch enabled browser it adds the overflow:hidden to the grid. In my case, a majority of the laptops at my work are touch screen enabled and so the 'bug' manifests on those machines.