Android Question API24 "Bring To Front"

rthyoung26

Member
Licensed User
Longtime User
I have an app with buttons that simply loads a webview with an associated URL and pops up a webview with "Bring To Front". With a Target API up to and including API23 it works perfectly. The Webview comes to front and buttons disappear, If Target is API24, the buttons remain on top and visible. Only way I have found to fix it is to manually hide each button and bring them back when needed. Has something changed in API24 to stop "Bring To Front" from working as expected?
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top