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
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);
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
This is true whether we are in portrait or landscape mode.
Replace line 350 of the example project by:
The text was updated successfully, but these errors were encountered: