-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set_multi_access not working/doesn't exists #4
Comments
|
Sorry I didn't understand, webui can work on phone since webui is the bridge, the (works) part is html/css/javascript s job right? I compiled the C version of webui on androud/termux and it works fine.. when I launch the binary it opens my default browser and shows the UI without any problems. if multi access wasn't removed I would've just typed my computers IP:PORT What part did I understand wrong |
If you used
# Show the window
MyWindow.show(html, webui.browser.NoBrowser)
url = MyWindow.get_url()
print('url: ' + url) |
Thanks for the update :D it helped but I cant connect to the page for some reason |
WebUI is totally localhost only, to make UI available for the whole public network this need to be implemented. I don't know, maybe in the coming next version. But a good option to have anyway. Source: webui.c |
This feature is implemented. Example: https://github.com/webui-dev/python-webui/blob/main/examples/public_ui.py |
Hello, I want to try my UI on phone
first of all I cant see the PORT, is there a way to see it? I'm currently ctrl-p ing and i can find it there
and how can i set the port myself?
and the main problem, even when I find the port, i cant see it on my phone because the
MyWindow.set_multi_access(True)
isn't working. it doesn't exist in the source codeThe text was updated successfully, but these errors were encountered: