wholeinsoul / telekinesis

Automatically exported from code.google.com/p/telekinesis
0 stars 0 forks source link

iOS 5 Mobile Safari doesn't work - only displays the blue gradient/doesn't load the Tapps #152

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start iPhone Remote
2. Open the page on your iPhone (using iOS 5)

What is the expected output? What do you see instead?
The icons should load with the proper background.

Instead, only the blue-gradient.jpg background loads.

What version of the product are you using? On what operating system?
OSX 10.6 and iOS 5 Mobile Safari

Please provide any additional information below.
I have a fix for this in the diff attached in this bug. I can't commit to the 
repro, but it appears there may be other issues where the dirlist.php doesn't 
work either now.

Original issue reported on code.google.com by paulpavl...@gmail.com on 24 Dec 2011 at 9:05

Attachments:

GoogleCodeExporter commented 8 years ago
Confirmed that it is not compatible with iOS 5.

I tested it on my iPad 2 that is on iOS 4.xx and it works.  It also does not 
work with Windows =\

Original comment by mfong...@yahoo.com on 11 Jan 2012 at 3:14

GoogleCodeExporter commented 8 years ago
Here are two files that need updated. There may be other bugs, as I couldn't 
get other tapps working but here's a partial fix.

Original comment by paulpavl...@gmail.com on 11 Jan 2012 at 7:07

Attachments:

GoogleCodeExporter commented 8 years ago
This should be fixed with r160.

Basically the script tag was using a /> and not </script> to end the JS. This 
prevented the JS from loading and running. 

Both index.php and dirlist.php suffered from these problems.

Original comment by paulpavl...@gmail.com on 25 Jan 2012 at 7:08