H
H
hoome2019-06-06 10:31:40
iPhone
hoome, 2019-06-06 10:31:40

Why is the color of the menu on the iPhone without a background, but on the android everything is fine?

5cf8c11fece14997358552.jpeg
Here is the actual picture with the open menu on the iPhone

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Z
ZhukovMisha, 2019-06-06
@ZhukovMisha

Either a bug (protest on a friend's iPhone), or a feature of safari.
That is, the developers of this site have a moment in the code that Safari does not support.

D
Dmitry Dobryshin, 2017-07-06
@starter2

remove: ...

if (isset($_GET['recepient'])) {
    $recepient = $_GET['recepient'];
    $query = query("SELECT * FROM test WHERE `recepient` = '$recepient' ORDER BY ID DESC");
    while ($row = mysqli_fetch_assoc($query)) {
      echo $row['id']."| ".$row['recepient']." | ".$row['msg']."<br>";
    }
  } else {

and trailing }
Replace
on the
and
on As an option.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question