TIMAI2
April 6, 2025, 7:52am
114
Update to version 1.98
Fixes Downloaded Event, so that it now runs after the file has completely downloaded. Credits @Kumaraswamy for the code. The Downloaded Event only works correctly when app is compiled. Developers should use the DownloadDataDebug Event when developing/testing with companion app (but this fires when the download is initiated).
1 Like
TIMAI2
April 12, 2025, 11:09am
140
Update to version 2.0
I am pleased to announce the release of webviewextra version 2.0.
All details and download link available in the first post.
S11
April 29, 2025, 6:30pm
141
Why is the
Block no longer included ?
TIMAI2
April 29, 2025, 7:04pm
142
Which version of the extension is that ? Seems it has been gone for a while...
S11
April 29, 2025, 7:11pm
143
I downloaded the latest version and it wasnt there but it was in the wveTestV2.aia you posted.
TIMAI2
April 29, 2025, 7:29pm
144
Update 2.1 release
Added back the ability to set your own userAgent.
Thanks @S11 for spotting this.
Do I have to download this webViewExtra extension to completely disable the zoom controls? I don't even know how to do it, I'm a layman.
I did the process and could not disable the zoom. The website I am adding to MIT is an application to manage my spreadsheet made in Google App Script. Application website: https://script.google.com/macros/s/AKfycbxlS3W7GCrtDPOH175H5PCo9a3omYL6hH5QO7AChGmY_ZadX7RVPO_c62vJsB4x29CG5A/exec .... when I test in MIT companion on my cell phone the zoom buttons are still active, this is a MIT app inventor thing!! Help me brother.
TIMAI2
August 6, 2025, 7:35am
149
This works for me:
tested companion app and compiled app, Android 16 Google Pixel 8a.
1 Like
I tested and opened it in the MIT companion...But how do I disable those zoom buttons, friend? Which functions should I drag to disable the + and - buttons that are native to MIT? Those buttons that appear according to the print I sent asking for help.
TIMAI2
August 6, 2025, 1:08pm
151
Please show your relevant blocks, or upload your aia project here for me to take a look.
....My project is not exactly as you instructed me. I just want to disable the zooms - and + that appear when scrolling up and down the page.
TIMAI2
August 6, 2025, 1:14pm
153
Please upload your aia project, Testehoje
, let me see if it works here. If it does, then it may be a device/Android thing.
What device are you testing with, and what Android version is it running ?
(edit - I have also tested on Pixel 8 Android 13, this also works OK for me)
1 Like
my device is motorola edge50fusion...
Testehoje_copy.aia (26.8 KB)
TIMAI2
August 6, 2025, 1:38pm
155
I missed that you were using "backpressed" and not initialise.
If you want to use BackPressed to load your site, that is OK, but you must use Screen1.Initialise to setup your webviewer with the extension, this means everything "gets set" before you do anything else.
1 Like
I didn't notice that, sorry... It's ok now. So which blocks should I drag to disable the + and - zoom in on my app?
TIMAI2
August 6, 2025, 3:13pm
157
It should be done without needing any other blocks, as per my documentation, zoom features are turned off by default
1 Like