CustomWebView : An extended form of Web Viewer

yes, then how to give authorize download component with username & password …

You have to login again if you have logged out previously.

but the authorization brokes while switching from webview to download component

Can you show me an example?

i will ping u with example …takes few minutes

testdeepdownload.aia (55.1 KB) testdeepdownload.apk (5.0 MB)

screen 1 with download component
screen 2 with web view download block

i used creator kodular as url in this test, login and try to download any of your sample project both in screen 1 and screen 2 and u will find the difference

1 Like

Hi @pkalyan
I am seeing a white page only.
Can you show an example video?

White screen due to slow internet

2 Likes

You mean ‘Download’ component is unable to download aia file from CustomWebView ?
Are you able to download using WebViewer?
If not then report it in #feedback:bugs category.

I just took kodular for example only ,its not about pdf,aia,etc,etc… download component not get authorization from webview and not able to download authrized files… actually iam trying to download pdf which shows same result

If so then it has nothing to do with the extension and I suggest you to report the bug :slightly_smiling_face:

I thought u can add “on download finished” , "on download progress change "blocks to handle this type of situation…and thanks for your suggestion… :slightly_smiling_face:

Welcome…but ‘Download’ method was just added to make it compatible with AI2.

A short (actually big :sweat_smile:) sneak peek for v6 :

Hope you like it! :grin:

6 Likes

Soo 85% of the Features like chrome will be soon :slightly_smiling_face:, great work @vknow360, you’re doing soo good for the community. :+1: :+1:

3 Likes
@import url('file:///android_asset/font6.ttf')

body {
font-family: ‘font6’;
font-weight: 400 /* three digit code */
}

The font code

testing fonts for HTML files

I tried this … nothing changed

And tried this

@font-face { font-family: font6; src: url(file:///android_asset/font6.ttf); }

body {
font-family: ‘font6’;
font-weight: 400 /* three digit code */
}

The font code

testing fonts for HTML files

And font didn’t changed either

@Mateja

Wait for some time I will give you almost 100% chrome made in Kodular.
Spoiler Alert something coming from me soon :grin:

2 Likes

No, its not possible give 100% features like chrome it can be just 90% :joy:

95% max…

2 Likes

Ok, Now lets not go #off-topic :sweat_smile:

1 Like