Android Question Conflict between IME and NavDrawer

Alex Guerrero

Member
Licensed User
Hello,

When adding IME, a conflict occurs and stops working Sub NavDrawer_NavigationItemSelected, to replicate the failure click on homebutton of the Toolbar (the 3 line menu icon) and select one of the options, Event sub that handles the case if a navigation item is selected.

I added the solution proposed by @Erel works only in part.

https://www.b4x.com/android/forum/threads/ime-and-navdrawer-problem.78139/
https://www.b4x.com/android/forum/threads/ime-library-error.75332/#post-478460

I attach the project.
 

Attachments

  • NavDrawer_IME.zip
    90.7 KB · Views: 303
  • resource.zip
    17.3 KB · Views: 268

Semen Matusovskiy

Well-Known Member
Licensed User
IME is not responsible. Comment Dim Ime As IME and corresponding statements. NavDrawer_NavigationItemSelected does not work in this case also.
Meanwhile original sample works perfect.
 
Upvote 0

Alex Guerrero

Member
Licensed User
Thanks @Erel by the recommendation, i created a sliding menu a similar example to NavDrawer, it is quite rudimentary but functional. i attach an example.
 

Attachments

  • sliding3.png
    sliding3.png
    42 KB · Views: 271
  • AppCompatSliding.zip
    397.7 KB · Views: 304
Upvote 0
Top