-
Notifications
You must be signed in to change notification settings - Fork 163
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
Some Sites's height is 0 #187
Comments
ok so for me if the height is equal or greater than 924px, the content is hidden, if I set it to 923 or less I see the content. This number depend on device viewport... |
same issue. for me content becomes invisible after 872 |
[Solved] Solved by adding prop |
Still same though I added this prop... :( |
Make sure that you are not calling stopLoading() while loading html content. |
Dear @oikkoikk Please tell me if I can fix this error. How to fix it |
@jihokim2 https://recruit.kccworld.info/menu/menuDetail.do?lSeq=885 shows 404 now. |
@iou90 I am having this issue as well. It only happens when I first open that screen though. To provide context, I am using this to show some local HTML, and that can change as the user clicks what is essentially a "Next" button. Whenever the HTML changes, then yes, the Auto-Height part triggers and works amazingly. But I cannot for the life of me get this to auto-height that first initial time opening screen. Any direction or insight would be appreciated. |
I fixed it by adding <AutoHeightWebView
style={{ minHeight: 1 }}
...
/> |
I have a similar issue, height is coming different several times so I use a hack with
|
Bug description:
Height is always 0
To Reproduce:
Test below Url
Source (static HTML or url):
url : https://recruit.kccworld.info/menu/menuDetail.do?lSeq=885
Expected behavior:
Height is not 0 and draw all contents.
Environment:
The text was updated successfully, but these errors were encountered: