goto://FolioNavigation/lastview - on Android | Community
Skip to main content
Level 3
November 20, 2015
Solved

goto://FolioNavigation/lastview - on Android

  • November 20, 2015
  • 7 replies
  • 2482 views

Hello

I´m trying to link two articles with "goto://FolioNavigation/lastview" option.

Everything work's fine on IOS. But, on Android, it doesn't work.

I appreciate any help.

Leo

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bobbr3212

The "lastview" button is currently iOS only. It will be supported on Android and Windows in next Tuesday's release.

7 replies

bobbr3212Adobe EmployeeAccepted solution
Adobe Employee
November 20, 2015

The "lastview" button is currently iOS only. It will be supported on Android and Windows in next Tuesday's release.

Level 3
November 23, 2015

Bob, thank you very much.

GU_Julz
Level 3
November 23, 2015

Dumb question: Why is it "Folio navigation" instead of "Collection navigation" sounds like a 2014 vx. 2015 thing?

Adobe Employee
November 23, 2015

It's related to content migrated from the old [2014] system to the new [2015] system. We did not want to require users to create different links to get the same behavior.

Adding new link syntax is something we are doing gradually as we add new linking capabilities (e.g. collection links). We haven't done a wholesale redefinition for link behavior that carried over from the old product offering to the new one.

Level 3
November 25, 2015

Hi.

Everything works fine on new release (24/nov).

Thanks.

ritc68433496
Level 2
January 22, 2016

Bob Bringhurst,

I am still having an issue going back on Android devices-- I think it is a web browser error, not an app error.

Here is the function that is called when we click our back button:

       back: function() {

         window.location = "goto://FolioNavigation/lastview";

       }


Problem is solved for me now. I found in the documentation that is says to just use ' href="goto://FolioNavigation/lastview" '....Not sure why we had it as window.location instead of that from the beginning. I will leave this up in case anyone happens to do the same thing.

Adobe Employee
January 22, 2016

"Problem is solved for me now. I found in the documentation that is says to just use ' href="goto://FolioNavigation/lastview" '....Not sure why we had it as window.location instead of that from the beginning. I will leave this up in case anyone happens to do the same thing."

Thanks for following up.