Xamarin.KeyboardHelper
Xamarin.KeyboardHelper copied to clipboard
Xamarin.KeyboardHelper.Platform.Droid.Effects.Init(this) not found in the latest version
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)
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. only the version 2.0.7 allow to be used on android side. iOS provide no issue with latest version. to reproduce it, o not use sample, create a blank project, get the package using nuget
Binding to effects:KeyboardEffect.EnableKeyboard="{Binding BooleanBinding}" is not working.. Any suggestion pls?
Binding to effects:KeyboardEffect.EnableKeyboard="{Binding BooleanBinding}" is not working.. Any suggestion pls?
Why not? It's working for me