Skip to content

Conversation

@danielbraun
Copy link
Contributor

@danielbraun danielbraun commented Jul 2, 2016

Fixes #5211

JavaScript plugins such as Fotorama are broken when attempting use its fullscreen feature.

If there's an absolute HTML element with 100% height under <body>, its height is 0 when rendered in the Android WebView.

This commit fixes it.

@ghost
Copy link

ghost commented Jul 2, 2016

By analyzing the blame information on this pull request, we identified @mkonicek and @nicklockwood to be potential reviewers.

@ghost ghost added GH Review: review-needed CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. labels Jul 2, 2016
@satya164
Copy link
Contributor

satya164 commented Jul 2, 2016

Does this commit also fix this issue? - #5211

@danielbraun
Copy link
Contributor Author

@satya164 I've just tested it on my own device - Indeed, I can see the gitter login page.
Fixes #5211 as well.
Spread the word :)

@satya164
Copy link
Contributor

satya164 commented Jul 2, 2016

@danielbraun awesome. will shipit as soon as the tests pass.

@ghost ghost added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 12, 2016
@satya164
Copy link
Contributor

@danielbraun Hey. Sorry forgot to merge this. Now it seems that this has different changes. Can you fix it please and ping me?

@ghost ghost added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 15, 2016
@danielbraun
Copy link
Contributor Author

danielbraun commented Jul 16, 2016

@satya164 I've merged a pending pull request into my my fork, it added it to my pull request. I'll sort it out.
That PR is #8305

@ghost ghost added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 16, 2016
@danielbraun
Copy link
Contributor Author

@satya164 I've replaced this PR with #8830

ghost pushed a commit that referenced this pull request Jul 27, 2016
Summary:
Supersedes PR #8536
Fixes #5211

JavaScript plugins such as Fotorama are broken when attempting use its fullscreen feature.

If there's an absolute HTML element with 100% height under <body>, its height is 0 when rendered in the Android WebView.

This commit fixes it.
Closes #8830

Reviewed By: bestander

Differential Revision: D3632821

Pulled By: jamesgpearce

fbshipit-source-id: c185bcd30d1d214a357d0d8552d61d0ddfa5e6c6
bartolkaruza pushed a commit to immidi/react-native that referenced this pull request Aug 3, 2016
Summary:
Supersedes PR facebook#8536
Fixes facebook#5211

JavaScript plugins such as Fotorama are broken when attempting use its fullscreen feature.

If there's an absolute HTML element with 100% height under <body>, its height is 0 when rendered in the Android WebView.

This commit fixes it.
Closes facebook#8830

Reviewed By: bestander

Differential Revision: D3632821

Pulled By: jamesgpearce

fbshipit-source-id: c185bcd30d1d214a357d0d8552d61d0ddfa5e6c6
mpretty-cyro pushed a commit to HomePass/react-native that referenced this pull request Aug 25, 2016
Summary:
Supersedes PR facebook#8536
Fixes facebook#5211

JavaScript plugins such as Fotorama are broken when attempting use its fullscreen feature.

If there's an absolute HTML element with 100% height under <body>, its height is 0 when rendered in the Android WebView.

This commit fixes it.
Closes facebook#8830

Reviewed By: bestander

Differential Revision: D3632821

Pulled By: jamesgpearce

fbshipit-source-id: c185bcd30d1d214a357d0d8552d61d0ddfa5e6c6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Android WebView] can't load url

3 participants