-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Platform: AndroidAndroid applications.Android applications.Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.Type: EnhancementA new feature or enhancement of an existing feature.A new feature or enhancement of an existing feature.
Description
ScrollView
has a contentOffset
prop for iOS, which sets the initial scroll offset.
But it lacks on Android, so you can not set the initial scroll position.
For anyone who can make this, these are the attributes in Android's native ScrollView.
android:scrollX The initial horizontal scroll offset, in pixels.
android:scrollY The initial vertical scroll offset, in pixels.
sodik82, CapitanRedBeard, ryankask, yuriyvl, ikalafat and 58 more
Metadata
Metadata
Assignees
Labels
Platform: AndroidAndroid applications.Android applications.Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.Type: EnhancementA new feature or enhancement of an existing feature.A new feature or enhancement of an existing feature.