It is inconvenient for us to use the browser's own censorship elements when debugging Destoon 6.0 's Mobile station templates locally.
But Destoon by default is on the computer side can not open the cell phone station, if this setting can be removed, then it is possible.
Removing this restriction means that two steps are required
1. Open mobile/common.inc.php This file
Put if (Strpos ($UA, ' WINDOWS NT ')!== false &&! Dt_debug) Dheader ($EXT [' Mobile_url ']. ' Mobile.php?action=device ');
Log off as
if (Strpos ($UA, ' WINDOWS NT ')!== false &&! Dt_debug) Dheader ($EXT [' Mobile_url ']. ' Mobile.php?action=device ');
2. Find the top file of the Mobile station template template\default/mobile/header.htm
Remove or unregister the following code
{if! Dt_debug}
if (! (' Ontouchend ' in document) && window.location.href.indexOf (' device.php ') = =-1) window.location= ' device.php ';
{/if}
With these two steps set up, we can debug our mobile station template on the computer side.
Destoon 6.0 Mobile Station supports access in all browsers