Closed SondreBlegen closed 6 years ago
To remove animations it should be possible to deactivate them as documented in the Material docs. The keyboard is always centered and on the bottom, or did I misunderstand you @ShrekTheHumper?
The keyboard appears under the content at the bottom of the page. Is there any way to "dock" it at the bottom of the page?
Usually it is on top of the content at the bottom of the viewport. If not, your layout is a bit "special". The keyboard is attached using the cdk, so your layout may also break with all other Material components using it. Could you provide a plunkr showing your basic layout? Have you tried using the layout examples from the Material docs?
The thing is that i dont use material, i use bootstrap. I was unable to find any other working keyboards for angular, so i ended up with this one (Which i got working after a while). I just upgraded from 0.0.11 to 0.1.0 and have another issue now. Is this because i dont use the material containers etc?
Sorry, without a Plunkr it's not reproducable.
It'll be reopened if it is reproducible.
Can we customize the keyboard position
I had the same issue and solved it by adding the following to the cdk-overlay-container CSS class
.cdk-overlay-container { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); }
Hi, Is there a way to remove the animations? I am also wondering if there is a way to fix the keyboard to the bottom centre of the page.