CustomWebView : An extended form of Web Viewer

Please read @seteach3d

1 Like

Hello, how to disable long click?
so the user do not copy or download my content. thanks

1 Like

Try :point_down::point_down::point_down:

1 Like

already try that, enable and disable from designer. But nothing happened

But why did that work for him? :thinking:


this is what happen. sorry for the bad image.

1 Like

i finally got it working now, by using the old extension
i don’t know why, maybe some kind of bug in newer version

1 Like

Sorry, you are right. It often gets break.
But, you should remove aix from your post.
Filed an issue:

2 Likes

oh sorry about that, i’ll be carefull next time. thanks @vknow360

1 Like

how to disable deeplink?

Did you search in this topic? :mag:

1 Like

From property

Searched but didn’t find any solution?

Did you check the blocks?
Did you read the thread?
Show what you tried.

3 Likes

The webview crash after the kodlar Fenix update was very bad. Alternatively I am using Custom Webview. But it doesn’t work on Android 5.

I’m getting this error. “invoke: no method named `CreateWebView’ in class java.lang.Boolean”

But there is no bug in Android 11.

1 Like

@vknow360

I’m using your extension just to return data from a google spreadsheet.

But when I go to import APK to google it gives me an error/alert and won’t let me continue unless I submit a privacy policy. But I don’t see a need because I don’t ask for permissions in my app.

blocks

How to resolve this without having to send the privacy policy?


Translation:

Your APK or Android App Bundle uses permissions that require a privacy policy: (android.permission.CAMERA).

1 Like

Use APK Editor

2 Likes

You should either create a privacy policy or modify AndroidManifest.xml

3 Likes

You can remove unnecessary permissions in this way:


Did you check in Apk? If so then try reimporting the extension.

2 Likes

When I extract it as apk, it does not give an error. However, under Android 5 it turns off directly. Now that android 5 is obsolete, I don’t want to care about this problem.

I have one more question. There were webviews in two separate places on one screen. I deleted the webviews when it was causing problems. I created it with CustomWebView. I created 2 webviews with “CreateWebView” and “SetWebView” blocks. These webviews will be html. But when I want to use “LoadHtml” block I can’t write html by “id”. To solve this problem, should I add 2 CustomWebViews to the screen? Or is this problem solved with blocks?