Search found 3 matches

by remaliki
Thu Jul 31, 2025 11:54 pm
Forum: Coding Questions
Topic: update for android api 35
Replies: 3
Views: 375

Re: update for android api 35

Thanks Fred
by remaliki
Tue Jul 22, 2025 12:20 am
Forum: Coding Questions
Topic: Screenshot without security
Replies: 4
Views: 2663

Re: Screenshot without security

You can prevent users from taking screenshots by using `addJavascriptInterface()`. Since SpiderBasic uses Cordova, you need to create a custom plugin using the "FLAG_SECURE" API.
https://developer.android.com/develop/u ... ps/webview
by remaliki
Mon Jul 21, 2025 6:21 am
Forum: Coding Questions
Topic: update for android api 35
Replies: 3
Views: 375

update for android api 35

Does SpiderBasic have an update for API 35? I received a warning to update my Android application using API 35 before August 31, 2025. I checked the API folder, and it only supports API 34. Thank you for your support.