Flickering Webview
Description
When using things such as markers, you will notice your webview flicker when the marker is being rendered. This is a well know GTA V bug and can be easily fixed.
Snippet
import * as alt from 'alt-client';
import * as native from 'natives';
alt.everyTick(() => {
native.drawRect(0, 0, 0, 0, 0, 0, 0, 0, 0);
});