1

A project in DashCode can be configure to support both Safari and Safari Mobile.

I like this dual support, but on the iPad, I found that the Safari layout was much more suitable than the Safari Mobile layout.

How can I fix the project so that on the iPad the Safari layout will be used?

Christian Lemer
  • 893
  • 9
  • 15

1 Answers1

2

Analyzing the code, I discovered that it is possible to force the Safari layout by using the following parameter ?p=desktop.

That will make it.

Christian Lemer
  • 893
  • 9
  • 15