B4X FEED B4I hide the header , footer, and navigation of the web page that I load inside a web view or wkwebview

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: B4I hide the header , footer, and navigation of the web page that I load inside a web view or wkwebview است. این موضوع تا کنون 36 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع B4I hide the header , footer, and navigation of the web page that I load inside a web view or wkwebview
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
36
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
Hi ALL,

I'm trying to reproduce in B4I a simple app that I have done on B4X but I have the following Problem.

In b4x using the following code, I was able to hide the header, the footer, and navigation control of the web page that I load inside the webview :

Private Sub WebView1_PageFinished (Url As String)
WebView1.loadUrl("javascript:(function() { document.getElementById('navigation_icons').remove();})()")
WebView1.loadUrl("javascript:(function() { document.getElementById('logo').remove();})()")
WebView1.loadUrl("javascript:(function() { document.getElementById('topBar').remove();})()")
WebView1.loadUrl("javascript:(function() { document.getElementsByClassName('uk-section uk-padding-large')[0].style.display='none';})()")
ProgressDialogHide
End Sub

In B4i with the code above indicated nothing happens, the footer the header, the icon, and the web page navigation are still there,

I have tried with web view and
برای دیدن تصاویر باید ثبت نام کنید
برای دیدن تصاویر باید ثبت نام کنید
..

Someone can help me to achieve the same...



 

عقب
بالا