JonasCz / save-for-offline

Android app for saving webpages for offline reading.
GNU General Public License v2.0
139 stars 45 forks source link

incompatible API use in your codes. #54

Open jay2013 opened 6 years ago

jay2013 commented 6 years ago

Hi, Our tool report that API "<android.webkit.WebSettings: void setMediaPlaybackRequiresUserGesture(boolean)>" called in "<jonas.tool.saveForOffline.ViewActivity: void setupWebView()>" on line 125 is not exist in SDK level [16].

this is the reachable path: <jonas.tool.saveForOffline.ViewActivity: void onCreate(android.os.Bundle)> --><jonas.tool.saveForOffline.ViewActivity: void setupWebView()>

We also test this on a cloud device and it did crash because of this bugs.

Here is the log file, saveforoffiline

Please help to check, thanks very much.

best regards,

Dongjie He