Closed GoogleCodeExporter closed 9 years ago
The Chrome to Phone history also shows the full URL, including the leading
"http://www.foxtophone.com/?".
Invoking 'clear data' on the Chrome to Phone app and reconnecting the device
has no effect on the result.
Original comment by hheimbue...@gmail.com
on 10 Jan 2011 at 3:56
Sorry, it seems that a wordpress upgrade did remove the small redirector
included in the root page.
I've added it back, it's just some simple code to allow to send protocols not
directly allowed by the ChromeToPhone App.
// FoxToPhone redirector
$link = $_GET['link'];
if ($link != '')
{
header('Location: '.$link);
exit(0);
}
Original comment by aml...@gmail.com
on 10 Jan 2011 at 9:00
Confirmed fixed.
I found out in the meantime that VPlayer doesn't support my CPU, but I'm afraid
you can't fix that for me, no matter how many bug reports I file. ;)
Thanks!
Original comment by hheimbue...@gmail.com
on 10 Jan 2011 at 9:21
Should be reopened - http://www.foxtophone.com/?link=... does not redirect to
market anymore
Original comment by ShurickF...@gmail.com
on 13 Apr 2011 at 1:26
Original issue reported on code.google.com by
hheimbue...@gmail.com
on 10 Jan 2011 at 3:53