All Questions
5 questions
0
votes
1
answer
475
views
How to get WebView HTML page content after complete rendering?
This topic was raised and discussed hundreds of times. None of them correpond to the case I am facing.Please read below before answering.
I want to use WebView do get some info received from a server ...
0
votes
2
answers
542
views
React Native Conditional Rendering without if statement
Is it possible to re-render specific components without using if/else statement in the rendersection.
So when a specific statement changed only his specific component(s) will re-render
while the rest ...
3
votes
1
answer
446
views
Pixel rounding on Android vs Iphone vs Safari/Chrome/FF
I'm working on a mobile site for a client and I'm having issues with my slideshow method, which is as follows:
A wrapping container of 100% width, overflow:hidden, position:relative
A ul inside of ...
19
votes
1
answer
30k
views
how to optimize renderspeed in android webview
Is there a possibility to enhance the rendering speed in webview? With a simple innerHTML it takes close to 1 sec to display the content although the js rendering takes a few ms. With IOS, exactly the ...
4
votes
1
answer
559
views
Javascript and rendering pauses and stays paused on scroll in the android browser
I've found some wierd behaviour related to scrolling and rendering and javascript.
How to make it happen:
On any webpage that is long enough to scroll on. Start to scroll pretty fast (fling the ...