You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
when we change the target Sdk from 34 to 35, the position of the spotlight changes. The position will be moved down to the actual position. screenshots are attached
Version
com.svenjacobs.reveal:reveal-compat-android:3.1.1
com.svenjacobs.reveal:reveal-core:3.1.1
also not working on
com.svenjacobs.reveal:reveal-compat-android:3.0.5
com.svenjacobs.reveal:reveal-core:3.0.5
Target Sdk 34
Target Sdk 35
The text was updated successfully, but these errors were encountered:
is this a native Compose app or do you embed Compose with ComposeView in a Fragment for example? If it's not a native Compose app please read the FAQ. I didn't notice this problem with a native Compose app. It's also probably related to the window inset changes since SDK 35.
i'm using the compose with this structure
RevealCanvas(
modifier = Modifier.fillMaxSize(),
revealCanvasState = revealCanvasState,
) {
Reveal()
{
Scaffold()
}
}
now I have to adjust the position by adding a native top,
can you share the steps to adjust the position by using the window inset,
as my application is working fine only I'm facing an issue in spot light "revealable" where overlayContent is fine
Describe the bug
when we change the target Sdk from 34 to 35, the position of the spotlight changes. The position will be moved down to the actual position. screenshots are attached
Version
com.svenjacobs.reveal:reveal-compat-android:3.1.1
com.svenjacobs.reveal:reveal-core:3.1.1
also not working on
com.svenjacobs.reveal:reveal-compat-android:3.0.5
com.svenjacobs.reveal:reveal-core:3.0.5
Target Sdk 34
Target Sdk 35
The text was updated successfully, but these errors were encountered: