no_BRUNO
(NO_NGUYEN)
October 29, 2021, 3:51pm
#1394
i show my friends get susces,but him dont share for me
vknow360
(Sunny Gupta)
October 31, 2021, 11:56am
#1397
If so then you need to edit the code and pass value using webviewstring.
Add below line in the code where you detect text change in textbox on website:
AppInventor.setWebViewString(textbox_text_here);
After that you can get the value from this event:
uyarcagil
(Çağıl Uyar)
November 9, 2021, 10:18am
#1398
Hi, i have a prblem with google signin on custom webview. Its not redirecting after google signin and stuck at google login page with loader. When i back press or close application and start it again it ll login or sign up on second try.
My blocks;
dora_paz
(Dora)
November 9, 2021, 10:21am
#1399
Try this
WebViewer_Google_Sign_in_1.aia (69.6 KB)
Try this and see if it works for you, cause first google signin requests a new window and also does not allows to signin in a webviewer so I used user agent . In the example I used custom webviewer from @vknow360 and when
WebViewer.aia (69.5 KB)
See also
1 Like
uyarcagil
(Çağıl Uyar)
November 9, 2021, 10:26am
#1400
Thank you for answer, its same with my blocks only i use useragent block with ; wv on screen initialize. Its not working.
dora_paz
(Dora)
November 9, 2021, 10:31am
#1401
Try to move it on new window request block and see if it works for you
1 Like
uyarcagil
(Çağıl Uyar)
November 9, 2021, 10:33am
#1402
Nope, when i moved away it from initilize google signin button on webview dissapear.
vknow360
(Sunny Gupta)
November 9, 2021, 11:00am
#1403
Make sure user is currently signed in on device at least in one Google service.
The below aia works in my phone:
CustomWebView_Permission.aia (117.3 KB)
Probably you should disable SupportMultipleWindows
property.
1 Like
uyarcagil
(Çağıl Uyar)
November 9, 2021, 11:06am
#1404
vknow360:
Make sure user is currently signed in on device at least in one Google service.
The below aia works in my phone:
CustomWebView_Permission.aia (117.3 KB)
Probably you should disable SupportMultipleWindows
property.
Bingo! Thank you very much @vknow360 Its working when i disable SupportMultipleWindows
dora_paz
(Dora)
November 9, 2021, 11:07am
#1405
Most probably projects was created with MIT App Inventor and doesn’t work on Kodular
1 Like
vknow360
(Sunny Gupta)
November 9, 2021, 11:18am
#1406
Yes, but it should work in Companion.
Hola, podrías explicarme como funciona esta extensión? no encuentro documentación ni ejemplos de como realizar un webView offline. grcias!
vknow360
(Sunny Gupta)
November 10, 2021, 3:52am
#1408
You can find a basic usage here:
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…
Read current topic to learn more about the extension.
And before creating a post, make sure you have written in English.
I need help.
I’m using the latest version of the extension, but my OnNewWindowRequest block doesn’t have the URL option. It only has isDialog and isPopUp
vknow360
(Sunny Gupta)
November 13, 2021, 1:23pm
#1410
Did you read the thread or search in the community?
Hey, how’s it going? I did read the topic, but apparently I didn’t understand it well. Would you help me?
vknow360
(Sunny Gupta)
November 14, 2021, 12:47am
#1412
Sure.
It is correct as it should be.
Just a few posts above I found this useful snippet.
Try to move it on new window request block and see if it works for you
[image]
1 Like
alraakib
(Rakib)
November 17, 2021, 10:51am
#1413
How to handle this? [navigator.share()]
1 Like