Search found 2 matches

by tomasz.koc
17 Jan 2013 11:09
Forum: User Help / Bug Reports
Topic: execute local HTML file in browser
Replies: 2
Views: 15345

Re: execute local HTML file in browser

I got it working by executing a command:

Code: Select all

am start -a android.intent.action.VIEW -n com.android.chrome/.Main -d file:///storage/sdcard0/Download/login.htm
But it would be nice to have a possibility to do it more easily by "open URL" command.

Regards
Tomasz
by tomasz.koc
17 Jan 2013 09:41
Forum: User Help / Bug Reports
Topic: execute local HTML file in browser
Replies: 2
Views: 15345

execute local HTML file in browser

Hi, I am trying to create a flow which will automatically log in to a WIFI network when it is connected to it. I have a small login.htm script located on my device in this location: /storage/sdcard0/download/login.htm How do I make Automagic to execute this file? I tried file:///storage/sdcard0/down...