Good night class, how are you?
I’m having difficulties in a creation, I need to use Webview and inside the site I have two situations:
I have a Vimeo video and I need to use the full screen option, and I have PDF files that I need to download to my cell phone.
Using CustomWebView I was able to get the player to work in full screen, but I couldn’t download the PDF file.
Using the default WebViewe, I couldn’t get the player or the PDF to download.
Does anyone have an idea what I can do?
ndi_aja
(ndi aja)
March 24, 2022, 3:14am
#1513
help me, I made a web application with kodular using a custom webviewer in kodular, when I tried it on companion all the buttons on the web worked, but after being exported the buttons on the web couldn’t be clicked
Ankit_Pal
(Ankit Pal)
March 24, 2022, 6:08am
#1514
Can I install any chrome web store extension in extended web viewer extension
vknow360
(Sunny Gupta)
March 25, 2022, 7:13am
#1515
Are you getting any error?
I’ll suggest to use Download
component as upcoming version of DownloadHelper
will be (completely) different.
ndi_aja:
, I made a web application with kodular using a custom webviewer in kodular, when I tried it on companion all the buttons on the web worked, but after being exported the buttons on the web couldn’t be clicked
Can you show an example video of issue?
Obviously no.
uchiha
(Viraj Bharti)
March 26, 2022, 9:53am
#1516
Hi, I am new to coding and I really have no clue how to use this extension. What I’d like to do is just to make a basic browser where when I press the button it takes me to the website I put in, but in desktop mode. However, when I press the button it crashes the companion. I am on MIT app inventor but the blocks on there and kodular are nearly the same. I figure we have to build our own website using blocks. As I said earlier I don’t have too much experience in coding so if you could help me with that I’d appreciate it very much. Thank you.
vknow360
(Sunny Gupta)
March 26, 2022, 12:39pm
#1517
Maybe this will help you:
Hi everyone
Since I am getting a lot of questions related to CustomWebView extension so I decided to create a guide to show how we can do various tasks with the extensions in different parts.
Use JavaScript functions (also for webviewer)
1.Create and Set Webview
As we know that to use the extension we have to create and make a webview active which can be done in following way:
[image]
Since JS is by default enabled in extension so there is no need to set it manually…
dlazycoder
(Dlazy Coder)
March 26, 2022, 4:22pm
#1518
File upload and download not working on my app.
I also want that when a user opens a link that it’s not within the app’s website it will open to external browser
Here’s may .aia and .apk file
Symbianize2.apk (5.5 MB)
Symbianize2.aia (148.6 KB)
1 Like
uchiha
(Viraj Bharti)
April 1, 2022, 12:06pm
#1519
How do I make it so that when i click a link it opens a new tab/window?
Download Problem
When Downoad any file and that file downloaded using php post method then this web view download that page html file not file that we want to download.
ndi_aja
(ndi aja)
April 11, 2022, 3:57am
#1521
The button on this web not clicked,but on companion run n clicked
vknow360
(Sunny Gupta)
April 11, 2022, 4:27am
#1522
The information you provided is not enough to understand the issue, please elaborate more.
joseph222
(Joseph Lee)
April 12, 2022, 8:38am
#1523
Is there any way to get the length of the webpage? I display long strip manga using the webview and I and trying to implement a read feature
vknow360
(Sunny Gupta)
April 12, 2022, 12:25pm
#1524
Probably ContentHeight
method can be helpful.
joseph222
(Joseph Lee)
April 12, 2022, 1:48pm
#1525
I tried using ContentHeight
however when I tried to compare it with scroll-y, it exceeded the amount that ContentHeight
was reporting
Debug output with numbers (scroll-y/ContentHeight)
vknow360
(Sunny Gupta)
April 12, 2022, 2:08pm
#1526
Can you check this one?
com.sunny.CustomWebView.aix (80.2 KB)
Arisu
(Arisu)
April 12, 2022, 2:10pm
#1527
This post was flagged by the community and is temporarily hidden.
joseph222
(Joseph Lee)
April 12, 2022, 2:37pm
#1528
It fails when I try to import it into Kodular. BTW, I am using a modified version that removes any permission that requires a privacy policy
1 Like
ndi_aja
(ndi aja)
April 14, 2022, 5:14am
#1529
absen.aia (166.5 KB)
please help me, after export button not clickable
Ankit_Pal
(Ankit Pal)
April 15, 2022, 3:10pm
#1530
what is adhost and how to use, I clicked blockads check box but it’s not working…
vknow360
(Sunny Gupta)
April 16, 2022, 2:22pm
#1531
Try in a new project, it should get imported.
This one gives more accurate results but still not correct.
com.sunny.CustomWebView.aix (75.9 KB)
Accuracy can be increased with below method:
VerticalArrangement1
is the container of webview.
Can you elaborate a little more?
Yes that’s not enough.
Have a look:
Hi everyone
Since I am getting a lot of questions related to CustomWebView extension so I decided to create a guide to show how we can do various tasks with the extensions in different parts.
Use JavaScript functions (also for webviewer)
1.Create and Set Webview
As we know that to use the extension we have to create and make a webview active which can be done in following way:
[image]
Since JS is by default enabled in extension so there is no need to set it manually…
1 Like