Access site on mobile without being connected to network

Asked

Viewed 219 times

1

I made a website on HTML5 and placed in the IDE called NetBeans ran the project and it came with the following url: http://localhost:8383/tecmov/index.html.

Through it I can access my project from another machine as long as it is on the same network, but I am in the company and my project is running on the company computer, in a different network from my cell phone.

I wanted to access this my Android mobile site without connecting to the company network. Is it possible? Via cable USB, for example, because I don’t know a way to do that...

1 answer

2


Let’s go in pieces.

Yes, It is possible to access this site Offline, since you copy the entire project into your mobile SD card and this is developed in HTML, because the mobile has the HTML interpreter, IE, you access the site without internet access, but every time you update something on the site on your computer you will need to copy the new files and pages to SD.

To access it without doing what I said above, you need to ask the Network Administrator of your work to enter your Smartphone to the domain, for this he will enter the IP or MAC address of your device on the network or will give you access to the company’s Wifi network (if you have).

I use this same scheme, to see how my site would look on a mobile, it is in my Micro and access it via Wifi on my mobile, for this I soon an Wifi network with the same user and password that I use to connect my micro, is a private Wifi.

  • I must save in some specific part of the cell ?

  • @Kirito not, but it gets more organized if you create a folder on the SD card, save it and then create a shortcut on the main screen to the index.html page will be easier to access.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.