Following code working in all my browsers (IE, FF, Chrome, Safari Mac).
$out_text = " ";
echo str_pad($out_text, 1024*64);
flush();
Only in iOS (11.2.1 - my version) it is not working. I tried now for hours a lot of different ways - without success. Can somebody help?