C
|
cgphp 10/29/2013 |
Check the manual page http://xlinesoft.com/phprunner/docs/mobile_template.htm |
![]() |
Sergey Kornilov admin 10/29/2013 |
PHPRunner 7 treats iPad as a desktop browser by default. To display mobile version on iPad and other tablets modify C:\Program Files(x86)\source\include\common\RunnerJS\Runner.js file in text editor. isTablet: function() {
isTablet: function() {
|
![]() |
Sergey Kornilov admin 10/30/2013 |
Just wanted to add that in couple of days we'll have an update with 'Use Desktop version on tablets' option. This will control if iPad will be displaying desktop or mobile version of the website and no changes in the code will be required. |
A
|
anjeko author 10/31/2013 |
Just wanted to add that in couple of days we'll have an update with 'Use Desktop version on tablets' option. This will control if iPad will be displaying desktop or mobile version of the website and no changes in the code will be required.
|