Ensures the height of the bottom toolbar in the Reader View
Controller is correct on devices with iOS < 11.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
As reported at:
https://github.com/mchehab/zbar/issues/71
The iPhone support was using a deprecated API. This patch solves
that:
- Added WKWebView navigationDelegate to HelpController so that web
view is unhidden once content has loaded;
- Added constraints so that toolbars in HelpController and
ReaderController are positioned better for iPhoneX family as
well as other idevices;
- ReaderController now uses presentViewController instead of displaying
the Help View;
- Added 3 missing images used in HelpController web view;
- Updated bar-help.html so that content fills WKWebView.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
As we're using markdown for the text files, use the LGPL 2.1
markdown version obtained from
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
No changes at the license. We're just using the markdown
version.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>