Search found 6 matches

by remaliki
Fri Sep 26, 2025 1:22 am
Forum: Coding Questions
Topic: remove specific lines from the AndroidManifest.xml
Replies: 5
Views: 97536

Re: remove specific lines from the AndroidManifest.xml

thank you for the explanation, hoerbie. i will try it later
by remaliki
Thu Sep 18, 2025 11:28 am
Forum: Coding Questions
Topic: remove specific lines from the AndroidManifest.xml
Replies: 5
Views: 97536

Re: remove specific lines from the AndroidManifest.xml

Could you give me guidance on how to do it? Thank you for your help
by remaliki
Fri Sep 12, 2025 2:44 pm
Forum: Coding Questions
Topic: remove specific lines from the AndroidManifest.xml
Replies: 5
Views: 97536

remove specific lines from the AndroidManifest.xml

How can I remove certain lines from the AndroidManifest.xml in SpiderBasic?
by remaliki
Thu Jul 31, 2025 11:54 pm
Forum: Coding Questions
Topic: update for android api 35
Replies: 3
Views: 4958

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: 7397

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: 4958

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.