We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
while I am setting props like this
var props = { url: url, readerMode: false, tintColor: '#445262', };
SafariView always make entersReaderIfAvailable as YES, performs like a bug.
entersReaderIfAvailable
YES
The text was updated successfully, but these errors were encountered:
Fix readerMode bug naoufal#56
902d359
Merge pull request #58 from seasonyuu/master
1b451f0
Fix readerMode bug #56
Fixed with 1b451f0
Sorry, something went wrong.
No branches or pull requests
while I am setting props like this
SafariView always make
entersReaderIfAvailable
asYES
, performs like a bug.The text was updated successfully, but these errors were encountered: