AMP - how to make a link to back previous page in amp?

Viewed 160

I am using blade template of laravel. Do we have any way to implement back function in amp page?

I tried 3 ways but all are fail:

  • a on="tap:AMP.goBack" does not work
  • a href="javascript:history.back()" will work but it get error from validator amp.
  • amp-script does not support History API.
1 Answers
Related