miguelfreitas / twister-html

twister HTML + Javascript User Interface
MIT License
229 stars 138 forks source link

How to choose between the Desktop and Mobile interfaces? #323

Closed xfq closed 8 years ago

xfq commented 8 years ago

In https://github.com/miguelfreitas/twister-core/blob/master/README.md#running-the-web-interface:

Visit http://user:pwd@localhost:28332 in your web browser and you should see a page asking you to choose between the Desktop and Mobile interfaces.

I didn't see the page asking me to choose interfaces when I visited this URI for the first time. Screenshot:

screen shot 2015-11-01 at 12 23 16 pm

I'm using the latest master branch of twister-core and twister-html. As for browsers, I've tried Firefox 41 on OS X, Google Chrome 46 on OS X, and Google Chrome 46 on iOS.

slr commented 8 years ago

open localhost:28332/index.html to see that page. currently mobile interface client is located on localhost:28332/tmobile.html, in future I hope it will be inlined in desktop version. possibly docs should be changed for now.