Unselectable text in HTML on iOS
css, html, ios, safari
Solution
The computed height of `#div8` is 0. Changing this to 100% fixes the issue for me.
Problem
If you visit this page on iOS, you will not be able to select any text. This page doesn't contain any javascript or selection blocking code, actually if you open it on desktop browser everything will work. I'm trying to implement EPUB3 reader on iOS and this page was generated with WYSIWYG EPUB3 editor. So the problem is: How can I enable selection on this page without changing it visual layout? And really important thing is: I'm hoping for solution which can be automated. So that I can preprocess this html files before opening in my reader. Update: Selection starts working only when zoomed to about 400%.