-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xamarin.KeyboardHelper.Platform.Droid.Effects.Init(this) not found in the latest version #34
Comments
do you have a minimum sample that can reproduce this problem? |
I've got precisely this issue too. It's a bit awkward to produce a viable piece of code right now to show it as it's part of a larger project. But it is the latest version 3.0.1 and it worked a few months back when I first made it. So I'm not sure why it's decided now to die. |
Also having the same issue. tried rolling back to 3.0.0 but doesn't seem to work unless you go back to 2.0.7 Only issue seems to be that the namespace for calling the init isn't exposed. |
I got the same issue. Finally I rolled back to 2.0.7. |
Please double check the sample application. I can not reproduce this problem in sample application. |
It's stopped a work project dead this one has. Can you really not reproduce this? |
Same on my side. |
Binding to effects:KeyboardEffect.EnableKeyboard="{Binding BooleanBinding}" is not working.. |
Why not? It's working for me |
The type or namespace name 'Platform' does not exist in the namespace 'Xamarin.KeyboardHelper' (are you missing an assembly reference?)
when using
Xamarin.KeyboardHelper.Platform.Droid.Effects.Init(this)
version 3.0.1 (Right now I downgraded to 2.0.7)
The text was updated successfully, but these errors were encountered: