Version used:
1.6.0
Stack trace:
Does not produce a crash, just unexpected behavior.
Android version:
7.0
When putting an application into multi window mode and then generating a TapTargetView, the view is displayed incorrectly or sometimes not displayed at all. In most cases, the view is invisible.
This may be due to this line which decides the root view for the TapTargetView. When in multiwindow mode, the decorView is not always going to be the size of the screen itself as it is usually in a single activity mode.
Version used:
1.6.0
Stack trace:
Does not produce a crash, just unexpected behavior.
Android version:
7.0
When putting an application into multi window mode and then generating a TapTargetView, the view is displayed incorrectly or sometimes not displayed at all. In most cases, the view is invisible.
This may be due to this line which decides the root view for the TapTargetView. When in multiwindow mode, the decorView is not always going to be the size of the screen itself as it is usually in a single activity mode.