+1 vote

I've heard there is no back button when actually there is one present in my app.

Any way to make this show up more? Or change the symbol to 'BACK'?

by (350 points)
edited by

1 Answer

0 votes

It would be very difficult to make that change the default look for GuidedTrack programs for several reasons:

  • the navigation bar, where the back button is located, can potentially contain a lot of elements and is therefore very short on space; we simply can't easily cram in a whole word
  • choosing the work "Back" would present a problem for people building tools in languages other than English – we would have to give them a way to configure a different word, which would also run into the first problem since we wouldn't know how long that word is

You can configure your own app to implement this change, though, if you're embedding your app on your own site, rather than having people use it directly from guidedtrack.com. You just need to include the following CSS rule somewhere on the page or in a separate CSS file:

#back-button span:after {
  content: "BACK";
  font-family: Roboto, sans-serif;
}

Hope that helps.

by (1.8k points)
Welcome to Guidedtrack Q&A, where you can ask questions and receive answers from other members of the community.
134 questions
144 answers
55 comments
40 users