skip to Main Content

How to download pdf in android through react native using web view package?

here you can see the web view component. When the page load clicking on href tag file needs to download in android <WebView ref={webViewRef} style={styles.webv} source={{ uri: {{Domain_URL}}, }} onMessage={onWebViewMessage} onError={onWebViewError} onLoadStart={onWebViewLoadStart} onLoad={onWebViewLoadEnd} javaScriptEnabled domStorageEnabled setBuiltInZoomControls={false} />

VIEW QUESTION
Back To Top
Search