Actually, the android browser doesn't seem to support file:// access. So I'm not sure how you would do that. The best way may be to host the files online. If you're on wifi (testing a web app or something) it might be worth the time to set up an apache server and access them locally (local to the network) that way. Maybe someone else knows a better way though.
On Mon, Aug 3, 2009 at 19:25, Andrew Hays <[email protected]> wrote: > If you're in Linux/Mac:file://<path> > if you're in Windows I think it should still work about the same, but you > may have the '\' in places instead of '/' or it may work both ways. :D I > don't actually know. > ------------------ > http://andrewhays.net > http://ashays.livejournal.com > > > > On Mon, Aug 3, 2009 at 9:21 PM, Neo <[email protected]> wrote: > >> >> I have saved some html sites with their links in /data. How do I get >> the android browser to open these files? >> I don't get the file, edit etc menu in the browser. >> >> Thanks, >> Neo >> >> > > > > -- Caleb Eggensperger http://calebegg.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
