FolioReader / FolioReader-Android

A Java ePub reader and parser framework for Android.
BSD 3-Clause "New" or "Revised" License
2.25k stars 718 forks source link

android.selection.js not found #301

Closed yuanjunli closed 5 years ago

yuanjunli commented 5 years ago

Unable to open asset URL: file:///android_asset/android.selection.js

hrishikesh-kadam commented 5 years ago

@yuanjunli This error has been rectified in https://github.com/codetoart/FolioReader-Android/commit/08d81a0347dd86d00e5270d69e2f4f45d1540d3d and will get released in next release.

android.selection.js was a dependency in webviewMarker lib which has been removed now. I had forgoted to remove the js injection line.

This error doesn't cause any harm.

@mahavir155 We can close this issue.

yuanjunli commented 5 years ago

@yuanjunli This error has been rectified in codetoart@08d81a0 and will get released in next release.

android.selection.js was a dependency in webviewMarker lib which has been removed now. I had forgoted to remove the js injection line.

This error doesn't cause any harm.

@mahavir155 We can close this issue.

thanks for reply.