3

I Embedded a tableau report in my web page using php. I works fine in Chrome and Firefox. But not loading the page in safari. My code is like this,

<embed src="{{ $tableauLink }}" width="100%" height="600px" type="application/pdf">
u_mulder
  • 54,101
  • 5
  • 48
  • 64
Nithin John
  • 897
  • 3
  • 8
  • 21

1 Answers1

2

You may be using an older version of safari. Try it on an updated version. This solved my problem.

ajin
  • 1,136
  • 1
  • 11
  • 22