Skip to content
New issue

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

Android - WizWebview fails silently if height specified at creation is higher than the actual height of the device #47

Open
jrouault opened this issue Mar 7, 2014 · 1 comment

Comments

@jrouault
Copy link
Member

jrouault commented Mar 7, 2014

This is true whether we are in portrait or landscape mode.

Replace line 350 of the example project by:

wizViewManager.create("newView", { src: "http://google.com", height: 1300, top: 0 }, onSuccess("created & finished loading view"), onFail);
@aogilvie
Copy link
Contributor

Android prevents new views being larger than their parent.
That said, this should not silently fail, it's height should at least fill it's parent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants