Hi i have created a apk file for a URL to be deployed on android, my expected behaviour is it supposed to send a notification beep sound each everytime user received instructions. But currently it is not.
But when i used the same URL on chrome or any browsers, it is working fine.
Please assist me to solve this issue.
Taifun
August 31, 2023, 12:21pm
2
Welcome
Please provide a screenshot of your relevant blocks
See also
Before you ask a question / open a new topic
please take care of the following points:
The forum was previously searched for similar topics / issues.
Give a precise (detailed) description of
the issue / bug,
the goal.
Show the (relevant) blocks (images, screenshots of blocks in high quality).
Debug your blocks (connect to Companion and right mouse click: → Do it).
Name the Android / iOS version running on your (test) device.
Do not open multiple threads on the same topic.
If you haven't al…
You could try the custom webview extension
Download latest version here
1.Introduction
It is an extended version of web viewer with more customization and flexibility. Its customization and additional features make it different and much more better than Web Viewer from the perspective of App Developer as well as User.
Note: CustomWebView can work only on devices running on at least Android 5.0
Latest Version : 12
Required Api : 21
Released: 2020-05-12T18:30:00Z (UTC)
Last Updated: 2023-03-08T18:30:00Z (UTC)
2.Features
More cus…
Taifun
Sorry Taifun, what are details do you need. Currently this is my config.
Taifun
August 31, 2023, 2:26pm
5
The webview component is no full browser
You could try the custom webview extension as already mentioned or the activity starter
http://ai2.appinventor.mit.edu.ezproxy.canberra.edu.au/reference/other/activitystarter.html
Open the browser to a designated Web page
Use these ActivityStarter with the VIEW action and a Data Uri to open the phone’s browser to a designated web page, for example,
Action: android.intent.action.VIEW
Taifun