Running the TWA from a Chromebook just opens the URL in the browser and not a standalone window - trusted-web-activity

When I download a TWA built like this project (https://github.com/GoogleChromeLabs/svgomg-twa) on Chromebooks it only launches the URL inside the Chrome browser and not as a standalone webview. If I install as a PWA then it runs correctly inside a standalone browser. The website is also not cached while running from the TWA unlike the PWA
Has anyone managed to get a TWA running correctly on Chromebooks?

It's not supported yet. Support for Trusted Web Activity in Chrome OS is coming in Chrome 86.

Related

My test site is not launching from Playwright automation when the browser is set to Desktop Chrome

I am trying to launch a website from Playwright, the browser is set to desktop chrome. But I am getting an error message saying the website is not reachable. I can able to launch the website manually and when I try to launch the site on other browsers like safari, Firefox or iPhone it is launching successfully from Playwright. Has anyone experienced similar issue. I have been trying solution for long time but I couldn't find anything useful. Kindly help me on this.
Thanks in advance!!
I am expecting the site to launch successfully from the Playwright using Desktop Chrome browser. Sometime the site is launching successfully but when I try to perform any actions the site is again unreachable

Blazor Server - How launch IE browser from client machine

I have new Blazor Server application running in EDGE, which need to launch another old application in IE. How we can launch IE browser with a URL from Blazor Server application running in client machine? I used JavaScript previously during asp.net time with window.open. But there's no guarantee that IE going to open with window.open()
Use
Open README file with IE
Learn more:
Open README file with Edge
https://stackoverflow.com/a/53958628/3728901
https://www.computerworld.com/article/3008858/how-to-open-specific-web-browsers-using-hyperlinks.html
https://learn.microsoft.com/en-us/windows/uwp/launch-resume/launch-default-app

Worklight user-agent

I've been showing a page on the console (Android environment), and testing if this external page (an html page of mine) has been opened using a mobile device or a desktop by checking the user-agent using this piece of code:
navigator.userAgent.match(/Android/i)
If I run this piece of code on the real device it shows it's an Android device, if I launch the Worklight Console it shows it's a desktop device. How can I change the user-agent in order to let Console think it's an Android device? I've installed the Chrome extension but I didn't understand how to use it.
It sounds to me like you want to debug your Android environment (which is meant for mobile devices) while using the Chrome desktop browser?
Try the following and see if this is what you want:
Preview the web resources
If all your web resources are in the common\css or common\js folder, open Worklight Console and click on "preview web resources"
If the web resources are coming from both the common\ and android\ folders, you can use this URL structure: http://replace-with-host-or-ip-address:10080/replace-with-project-name/apps/services/preview/replace-with-app-name/android/1.0,
Open the Chrome DevTools and click on the device icon:
Then, from the UI that will open up you can select from the Devices dropdown to adjust the viewport to that of the chosen Android device.

Cannot view video from publisher using Chrome to iPad with OpenTok

I'm currently trying to set up a connection between my web client and my iOS app, but for some reason my iOS client only sees a black box when using Chrome (version 33). I can see the video just fine if I use Firefox (both in my app and when I put the browsers side-by-side, they can see each other).
This doesn't appear to be a documented known issue with the JavaScript SDK, and I can't see any recent discussion about this on the forums (last post was mine).
The iOS sample can be located here (samples/OpenTokHelloWorld) with the browser page in samples/OpenTokHelloWorld/browser_demo.html
I suggest cd'ing into samples/OpenTokHelloWorld and running python -m SimpleHTTPServer, as it can't be run from a file:/// path.
Here is what my iPad sees:
Chrome:
Firefox:
And Chrome/Firefox (respectively), both publishing video from the same camera
Edit: after testing on other machines, it may be something specific to my environment even though none of my extensions run in Incognito and I don't have any custom plugins installed.
It looks like the OpenTok mobile SDKs with the specific webcam I was using has issues. On Android the video stream will display for a brief moment then segfault, and on iOS there will be no video at all.
I have tested this many times and could not reproduce what you are seeing in your chrome.
Without seeing any console errors or iOS logs the best suggestion is to try clearing your cache, or maybe restarting your computer (longshot)

IBM Worklight 6.0 - Unable to enable the Cordova geolocation control in the Mobile Browser Simulator

running WL Studio 6.0, on RHEL 6, with Firefox.
I am unable to enable the Cordova geolocation control in the Mobile Browser Simulator. When I expand the Geolocation section in Cordova controls, all I get is the following message within the control:
"Using the geolocation service provided with Firefox."
I have turned off Firefox's "geo.enabled" config setting in about:config, reloaded the page, restarted the browser.
I have set Firefox's Share Location permission to blocked in my page settings for the MBS page and reloaded the browser.
Is there a way to enable this MBS feature on firefox (on linux)?
There is no setting in the Mobile Browser Simulator to change that, but sounds like there should be. Or at least needs to better detect if the FireFox geo.enabled setting is turned on.