heremaps / here-android-sdk-examples

Java-based projects using the HERE SDK for Android.
Apache License 2.0
145 stars 191 forks source link

Why Here Maps Re-render Every Time when Edittext focus changes ? #414

Open jaym-inci opened 3 years ago

jaym-inci commented 3 years ago

Hello @heremaps

I have implemented the here maps demo in my app again.

It's working fine. Then I have added 3 input fields on map using framelayout.

Whenever I click on imeOptions="next" button from keyboard, map re-renders again every time.

In short, Here Map Re-rendering every time on edittext or screen focus change. Even whenever keyboard opens it re-render the map again. I have also tried with your kotlin sample https://github.com/heremaps/here-android-sdk-examples/tree/master/kotlin-sample. But, it keeps loading every time when focus change

How can I resolve this issue?

Thanks

NazarKacharaba commented 3 years ago

Hi @jaym-inci Thanks for reporting this issue. We will take a look at this.

jaym-inci commented 3 years ago

Hi @heremaps team,

Please post on this thread if there is any update regarding this issue.

Thanks