Remote debugging the Samsung Internet App - html

I've recently managed to get a desktop development machine to recognise a connected Samsung Galaxy Tab for remote debugging.
The html bug I'm trying to inspect and, hopefully, fix is a layout issue that occurs only in the pre-loaded Samsung 'Internet' app on the Galaxy tablet.
I've found this page...
https://samsunginter.net/docs/remote-debugging
... which has the following set of simple instructions for remote debugging the app:
1.Connect your mobile device to your desktop computer via a USB cable. If you are shown an “Allow access to device data” prompt, choose “Allow”.
2.Open up the Chrome browser on your desktop and visit chrome://inspect.
3.Check that your mobile device is listed. If it is not, you may need to open the Chrome app on your mobile device.
4.Any pages you have open in Samsung Internet should be listed here for inspection.
I'm fine up until step 4. The tablet is connected and listed but I don't see any pages 'listed here for inspection'. I have checked all of the tabs on the left-hand side of the chrome://inspect page - I've even enabled port forwarding, but I don't know if that's the correct thing to do.
Has anyone had experience of remote debugging the Samsung Internet App? What am I missing here that's preventing me from inspecting the html remotely?

Related

Can Google Chrome simulate standalone mode on the desktop?

I needed to debug a PWA that throws an error only when running in standalone mode, this PWA worked fine on the same device but when opened from Google Chrome directly.
I was debugging this web app by connecting from the desktop's Chrome developer tools with USB debugging enabled, but this was quite slow, as I had to build the PWA and publish it to be able to check the changes that I've made because this error was not thrown in development mode (The app is built using Nuxt.js).
That error was related to a code that checks if the web app is running in standalone mode:
window.matchMedia('(display-mode: standalone)').matches
I have resolved the issue but is there a way to simulate this display-mode: standalone from Google Chrome on the desktop?

how do I host my webpage in localhost on my Mac?

I am working on a webpage & I would like to see how it renders on my iPhone's safari browser. Rather than officially purchasing a domain & hosting, because its in the development stage I just want to view it on mobile safari temporarily.
So far I have enabled Web Sharing:
and when i type in my IP address in my iPhone's safari, the localhost seems to be up:
I have also re-created the "sites" folder:
So How do I host the current webpage i am working on with localhost, then being able to access it on mobile safari? *NOTE I want both the html and css files to be accessed to show a complete webpage
You should consider downloading and installing Prepos and you'll be able to view your website in any device connected to the same network.
It's easy to use and the trial version never expires!
After installing it to your Mac, just drag and drop the site root folder into Prepos. There's a tab where you can see the http path to view in any device: TV, tablet, smartphone or any device with internet access. The only requirement is that they must be connect to the same network.
Go to your Network Settings.
Then write down your IP Address.
Go to http://youriphere/~youruser/ in Safari or whatever browser and that's it!

local / vpn pages via Chrome browser

If I'm looking for a local/intranet address while connect to a VPN, it works in safari or firefox but many times it will not work via google chrome
example address:
http://help/userui/ticket?ID=14273
Google Chrome takes me to a verizon page like so: "http://searchassist.verizon.com/main?ParticipantID=euekiz39ksg8nwp7iqj2fp5wzfwi5q76&FailedURI=http%3A%2F%2Fhelp%2Fuserui%2Fticket%3FID%3D14273&FailureMode=1&Implementation=&AddInType=4&Version=pywr1.0&ClientLocation=us"
How can I get chrome to realize that I'm looking for a page on an intranet on not to the public web?
Notes:
Using Cisco AnyConnect as VPN client
Chrome version 48.0.2564.97 (64-bit)
OSX 10.11.3
The best solution I've found on OSX so far is to use Safari which is better about detecting VPN pages.
Soon after you've navigated the pages Chrome starts to work as well. This must either be a DNS or caching issue, possible both (I'm no IT master).

Not able to inspect blackberry 7, native application in google chrome

I have made a Blackberry 7, native application. It is working fine in Ripple emulator. But, after making it to .jad file, and installing in Blackberry 7 mobile. Then I am getting some some style problems. So, I want to inspect the Blackberry 7 mobile apps to computer google chrome. So, I have follow this steps in command prompt-
i).bbwp D:\BB7_Source\myapp.zip /d -g my_password -o
D:\BB7_Output,
ii). Install the package into bb7
After that I am able to launch the application. It is showing me ip address and port number. When I am using this ip address and port number in my computer browser google chrome. It is not able to find the input ip address. Even, my mobile is connected with my computer using USB. and using Wi-Fi connection. I am using splash screen in my bb7 native apps. So, after following all the steps, I am not able to inspect my bb7 native apps in my computer.

Offline Web App, Application Cache, Ipad iOS6, and HTTPS, HTML5

I am writing a web application that is meant to me utilized "sometimes" offline using the iPad's home bookmarked feature of Safari . By "sometimes", I mean that the app should work if the iPad is offline and data has been cached. If the iPad is online and the cache manifest has changed, the app should update the contents of the cache. The web page is protected through https.
Currently, I can get my app to work correctly using Chrome, Firefox, and Safari. I have tested them all in windows 7 and windows XP. The app also works correctly in the iPad's "normal" way of using Safari, but when I run the bookmarked version of the app (created by specifying the special standalone apple metas and then bookmarking) it does the initial password prompt and correctly moves on to download all the data specified in the cache manifest file. The trouble is that any subsequent runs of the standalone app do not seem to have access to the manifest file and thus any later updates to the manifest file do not get reflected.
So my question is this: does HTML5 specific caching work on the iPad (ios6) with https on a stand alone (bookmarked) web app?
Application Caching on iPad will not cache website data or pages
I was having the same problem. This answer worked. Hope it does for you too!