You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pdf is working on iOS not on Android OpenFile.openDoc([{ url:"http://www.africau.edu/images/default/sample.pdf", fileName:"sample", cache:false, fileType:"pdf" }], (error, url) => { if (error) { this.setState({animating: false}); console.error(error); } else { this.setState({animating: false}); console.log(url) } })
The text was updated successfully, but these errors were encountered:
Pdf is working on iOS not on Android
OpenFile.openDoc([{ url:"http://www.africau.edu/images/default/sample.pdf", fileName:"sample", cache:false, fileType:"pdf" }], (error, url) => { if (error) { this.setState({animating: false}); console.error(error); } else { this.setState({animating: false}); console.log(url) } })
The text was updated successfully, but these errors were encountered: