kisoft Well-Known Member Licensed User Longtime User Feb 25, 2019 #1 Hi Problem related to this thread https://www.b4x.com/android/forum/threads/google-rejects-the-application.103059/ The easiest way is to delete a video from the website. The website owner does not want to do this but agrees to block the playback of this video by the application. Is there any way to programmatically block the display of this video?
Hi Problem related to this thread https://www.b4x.com/android/forum/threads/google-rejects-the-application.103059/ The easiest way is to delete a video from the website. The website owner does not want to do this but agrees to block the playback of this video by the application. Is there any way to programmatically block the display of this video?
Erel B4X founder Staff member Licensed User Longtime User Feb 25, 2019 #2 You can use the OverrideUrl event to block unwanted calls. Upvote 0
kisoft Well-Known Member Licensed User Longtime User Feb 25, 2019 #3 OK, thank you for the tip. Upvote 0