Skip to content
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

Open
stavroaudi opened this issue May 29, 2020 · 9 comments

Comments

@stavroaudi
Copy link

stavroaudi commented May 29, 2020

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)

@masonyc
Copy link
Owner

masonyc commented Jul 27, 2020

do you have a minimum sample that can reproduce this problem?

@SoulFireMage
Copy link

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.

@racwasandbox
Copy link

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.

@lrlin5656
Copy link

I got the same issue. Finally I rolled back to 2.0.7.

@masonyc
Copy link
Owner

masonyc commented Aug 9, 2020

Please double check the sample application. I can not reproduce this problem in sample application.

@SoulFireMage
Copy link

It's stopped a work project dead this one has. Can you really not reproduce this?

@olivier38070
Copy link

olivier38070 commented Sep 4, 2020

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

@Ahmd9
Copy link

Ahmd9 commented Aug 18, 2021

Binding to effects:KeyboardEffect.EnableKeyboard="{Binding BooleanBinding}" is not working..
Any suggestion pls?

@UrekMazino001
Copy link

Binding to effects:KeyboardEffect.EnableKeyboard="{Binding BooleanBinding}" is not working.. Any suggestion pls?

Why not? It's working for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants