I turned on Edge to Edge to see how it would effect my App and the only real problem is the last entry in a scrolling list is unable to be selected. (see attached photo)
How would one handle this, when we are forced into edge to edge (would we just and an extra blank entry - seems crude)
You have to take the height of the navigation bar into account in your layout. Check this example here: Post in thread 'IME_HeightChanged not firing with targetSdkVersion = 35'
Hi, with targetSdkVersion = 35 IME_HeightChanged event does NOT fire. I have SetActivityAttribute(main, android:windowSoftInputMode, adjustResize|stateHidden) in the manifest and even an example taken from an old case works if the targetSdk is 34 but it does NOT if the targetSDK = 35. Any...