ikhan52 / phpmyreservation

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

Blank screen on iPhone/iPad #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Browse to the booking system through an iPhone/iPad.
2. Blank screen appears

What is the expected output? What do you see instead?
Works fine in IE and Chrome.
Blank screen instead of the normal scheduling screen.

What version of the product are you using? On what operating system?
Tested on iPad, and iPhone.

Please provide any additional information below.
I believe it's a CSS issue.

Original issue reported on code.google.com by i...@2dwebdesign.nl on 23 Jan 2013 at 1:46

GoogleCodeExporter commented 9 years ago
Any solution for this yet?

Original comment by danba...@gmail.com on 26 Apr 2013 at 4:13

GoogleCodeExporter commented 9 years ago
Sorry, I answered a user on email about this and forgot the issue as I am 
currently not supporting this project. Here's a copy of my answer to the email 
with the solution:

The solution is really simple. phpMyReservation uses a stupid way of checking 
if CSS animations is supported (user agent checking instead of future detection 
like Modernizr). Because of an error in the code it doesn't fall back to JS 
animations. This something that will be fixed if there is a new version.

Anyway, to make it work with iOS 6 (it works with iOS 5):

1. Open main.php
2. Replace all the code with the code found here: 
http://pastebin.com/raw.php?i=JbdGzWCk

Original comment by olejo...@gmail.com on 26 Apr 2013 at 8:50

GoogleCodeExporter commented 9 years ago
Also blank screen with Chrome 28.0.1500.95. No error message after doing all 
stuff Database, copy folder, fix database error connection, disable iptables, 
disable SeLinux. Then, receive a blank screen :)

Original comment by nda...@gmail.com on 15 Aug 2013 at 4:10