disable page scrolling on resume #713
Answered
by
jcubic
EmilioPanti
asked this question in
Q&A
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
jcubic
Nov 29, 2021
Replies: 1 comment 2 replies
-
|
It seems not, but I can make it use return value from onResume() {
return false;
}return value from that event is not used. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jcubic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems not, but I can make it use return value from
onResumeevent:return value from that event is not used.