I have a website running on a Samsung TV browser and I would like to inspect its network. Couldn't do it through Tizen Studio because it's not a project I'm working on, it's just a website running on Samsung Internet app. Is there a way to inspect it remotely?
first of all, you have to bookmark a website it could be any website
head to bookmarks and edit the bookmarked website
find the Name input and name it "inspect element"
find the URL input, copy and paste the following script into it
javascript:(() => {var script = document.createElement('script');script.src = "//cdn.jsdelivr.net/npm/eruda";document.body.appendChild(script);script.onload = (() => eruda.init());})()
save and go to the website you want to use inspect element on
on the same website search for "inspect element" it should pop up in the bookmarks section
Press it and a settings icon should appear
enjoy :)
You can watch this video for reference
it worked on a phone but not on an LG TV as I see it but can't click it so you could try if it worked that's great
Related
I want to publish the app to Play Store. But when reviewing the release I got an error like this. But there is no solution or documentation to read more about the error.
Click on Policy -> App content in the Google Play Console (at the bottom of the left menu).
In your browser, you should have a URL like:
https://play.google.com/console/u/0/developers/.../app/.../app-content/summary
Remove summary from the URL, and paste regulated-health-apps instead.
You should see a form like:
Select the appropriate checkbox(es), save that form, and publish your app again.
On Play console, We require to declare that whether our app is related to Covid-19 or not.
Official Guide
Go to the App content page (Policy > App content) in Play Console, and provide the required information in the "COVID-19 contact tracing and status apps" section.
Click on the "App Content" link in the Google Play console.
Click on COVID-19 contact tracing and status apps
Select the third and last option and then click on "Save" at the bottom right corner.
how to remove the alert that ask to open link in other application?
this alert
i followed this stack and it works fine
but i want to know how can i remove alert and just open IE directly like the default option of windows10 (microsoft-edge:url(it ask nothing from user and just open the edge browser with url))
From your description, It looks like you want to use Internet Explorer as your default browser.
Here I assume that you are using Windows 10 OS.
You can follow steps below to make Internet Explorer as a default browser.
(1) Open Settings in Windows 10.
(2) Go to Apps and click on it.
(3) Select Default apps option.
(4) Find a category for Web browser.
(5) Click on the web browser, It will show you the option for Internet Explorer.
(6) Select IE and set it as default app for web browsing.
Reference:
Change your default browser in Windows 10
In the same dialog, For choosing the app. you can choose the app and check the check box to remember your choice may also help you to remove this dialog.
In iOS 8 is it possible to invoke extension menu from a button on website (i.e. using javascript) in safari ?
I am able to invoke the extension menu from a password field in one of my iOS APP. Like in image below.
http://blog.agilebits.com/wp-content/uploads/2014/09/Instapaper-1Password-extension.png
I want to do the same when i open my website in safari. So when user selects 1Password button from website page it should open this menu or share menu with 1Password extension. Not that user go and select share menu then 1Password.
This is not possible in Safari currently. What you are seeing in the Instapaper application is only possible using iOS SDK.
If you write a thin app around your website, this is also possible. You can signal from Javascript to your app that you want the activity used, and when the user finished, signal your website the information with Javascript.
I want to simply open some apps pages from itunes web site, but when tested in the simulator it shows me ann error that the url is invalid, despite it opens correctly from the mac browser.
My problem is similar to this one and i have write more or less the same code :
Open URL Problem in safari
Is it impossible to open itues site from safari? links like this I mean :
http://itunes.apple.com/us/app/id454060218?l=fr&ls=1&mt=8
Try using Apples own LinkMaker
I also think it's possible to remove the country part of the URL, i.e. remove the /us/ part so http://itunes.apple.com/us/app/id454060218 would be http://itunes.apple.com/app/id454060218
We're presenting a site that we've done for a client and put this all on a flash drive. I have installed Firefox portable because I'd like for the site to open in Firefox.
I've then created a shortcut which points to the index.html page on the flash drive but I would like for the shortcut to open the site in Firefox on that flash drive instead of IE, which will most likely be the client's default browser.
Can someone tell me how the Start In entry works in order to open the shortcut in another app please?
Thanks!
Sorry, I didn't notice 'Firefox portable'.
Put a batch file on your flash drive, and use:
FirefoxPortable\App\firefox.exe files\customers\index.html
Assuming that Firefox is installed in FirefoxPortable\App and the page to be displayed in files\customers\index.html