Open mohammedelnady opened 4 years ago
are you alright ?!
please send more info from issue such as screen-shot or your codes
https://drive.google.com/file/d/1PZksbrpI6ttHIjXiiLc9du9xemAcPTwY/view?usp=drivesdku
I uploaded a Preview inwhich when I open keyboard ,it closes permanently everytime
ok . i will check it.
Please send your codes. Are you sure to this issue is related with Meow Bottom Navigation?
الصبر يارب Yes it's abug in your library And you assigned here as abug https://github.com/oneHamidreza/MeowBottomNavigation/issues/45
Are you ok ??
Any solution? I'm having the same problem with the Java version.
try to add this code in your manifest like this way
<activity android:name=".MainActivity"
android:windowSoftInputMode="adjustPan">
Unfortunately it didn't work. It keeps opening and closing instantly.
any recommendations ?
any updates?!
hey?!
Are You Alive ?
Hey
same problem here
Just take all code from onMeasure() method in MeowBottomNavigation class and paste it in the method initializeViews() at the bottom after line allowDraw = true. And Voila!
Just take all code from onMeasure() method in MeowBottomNavigation class and paste it in the method initializeViews() at the bottom after line allowDraw = true. And Voila!
not working bro
Any solution? same problem with the Java version.
Well, I've tried kotlin version and I don't think it should matter with the language. You can see below.
add windowSoftInput="adjust_resize" in manifest and it will be fixed
add windowSoftInput="adjust_resize" in manifest and it will be fixed
not working
@Shamseldienmahmoud
This didn't work https://github.com/oneHamidreza/MeowBottomNavigation/issues/52#issuecomment-622261915 ?
And I hope your activity has this snippet
android:configChanges="keyboardHidden|orientation|screenSize"
in manifest
Let us know if there's anything else.
The Sample in Project doesn't have issue with an EditText.
Check v1.3.1
.
https://drive.google.com/file/d/1PZksbrpI6ttHIjXiiLc9du9xemAcPTwY/view?usp=drivesdku
I uploaded a Preview inwhich when I open keyboard ,it closes permanently everytime
Have faced Same issue
bottomNavigation.setOnClickMenuListener { // YOUR CODES }
I have Used above listener and it will work for me....hope this will work for you as well
https://drive.google.com/file/d/1PZksbrpI6ttHIjXiiLc9du9xemAcPTwY/view?usp=drivesdku
I uploaded a Preview inwhich when I open keyboard ,it closes permanently everytime
Have faced Same issue
bottomNavigation.setOnClickMenuListener { // YOUR CODES }
I have Used above listener and it will work for me....hope this will work for you as well
yeah it's working. I have same issue but when I use "setOnClickMenuListener" than fixing. Thanks..!
Solution for java?
Solution for java?
If anyone had the problem on java, you need to use click listener instead show listener and leave show listener empty and it will work.
bottomNavigation.setOnClickMenuListener implement this listener
On Tue, Apr 27, 2021, 3:02 AM MegiasHack @.***> wrote:
Solution for java?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/oneHamidreza/MeowBottomNavigation/issues/52#issuecomment-827159722, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJCM4TS26BPYPDE2SBD37FDTKXLVVANCNFSM4LBRC6FQ .
😔
there is no reply for help Are You ALIVE ?!