onboarding
Here are 185 public repositories matching this topic...
When we're creating a custom slide, we need to know the padding that we should add at the bottom, and I couldn't find this value anywhere in the docs, so I had to dig into the code until I found this: android:paddingBottom="164dp".
My suggestion is to create a value on the dimens folder for that particular padding, like customSlideBottomPadding, since it's a must have on custom slides.
Clickable web links
-
Updated
Jun 7, 2020 - Swift
-
Updated
Mar 21, 2020 - Java
Currently, tours are persisted as JSON files and written to the “.tours” directory of your repo. However, we could also explore allowing tours to be defined via actual code comments. For example, the following could represent a step definition above a line of code:
// CodeTour: <tourTitle> <stepNumber> <stepDescription>While this approach could help mitigate tour decay,
-
Updated
Oct 16, 2019 - Java
Hi, I didn't see in the documentation or the example a guide on how to link up the continue button to link the click action to another view controller did I miss something?
Also it would seem you would want to run this in a first run situation, do you have a preferred method of detecting first run and launching SwiftyOnboard?
It seems there are plenty of companies / projects using Trip.js for now. So I think it's a good time to add showcase page for Trip.js :)
-
Updated
Oct 2, 2019
By default, the child_action_btn_url is an old codex URL that is https://codex.wordpress.org/child_themes and that does not exist.
It should be https://codex.wordpress.org/Child_Themes but this page was moved to https://developer.wordpress.org/themes/advanced-topics/child-themes new URL. So, please update that parameter with the new value.
I want to have the ability to change the view of the circles below (page indicators) and I want to do custom content, Because I want to Implement this on,
So Can I do that?
-
Updated
Apr 15, 2020 - JavaScript
-
Updated
Jun 16, 2020 - Swift
-
Updated
Jun 5, 2020 - Objective-C
-
Updated
Oct 9, 2019 - Swift
-
Updated
May 22, 2020 - Swift
-
Updated
Jan 1, 2018 - Java
-
Updated
May 26, 2019 - Swift
Hi, it would be nice if you could add skip button for a sequence show case with more than 5 show case.
I has around 10 show case and it kinda annoying for user to click all the way to the end.
-
Updated
Sep 23, 2017 - Java
-
Updated
Jul 23, 2019 - Java
-
Updated
Jun 14, 2020 - TypeScript
-
Updated
Jun 3, 2020 - JavaScript
Extend stalebot time
Checking in on the Stalebot implementation– does it feel too aggressive? Many issues are getting marked stale/closed.
It's a bit more churn than I can personally keep up with, curious to hear how others feel.
@lightandluck weighed in on Slack:
I think extending the time from when Stalebot closes an issue from 1 week to 2 weeks would help.
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
Nov 21, 2019 - Swift
Improve this page
Add a description, image, and links to the onboarding topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the onboarding topic, visit your repo's landing page and select "manage topics."

Just a quick heads up.
The link to Creating a Custom Item towards the end of the Readme doesn't work.