Groups
Groups
Sign in
Groups
Groups
Kivy users support
Conversations
Labels
About
Send feedback
Help
embed browser?
738 views
Android
iOS
Skip to first unread message
michae...@noaa.gov
unread,
Sep 18, 2013, 8:00:34 PM
9/18/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kivy-...@googlegroups.com
Can anyone help me understand if Kivy can do what I want? See:
http://stackoverflow.com/questions/18884259/combining-html-front-end-and-python-back-end-in-mobile-app
ZenCODE
unread,
Sep 19, 2013, 7:09:31 AM
9/19/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kivy-...@googlegroups.com
Yes, like tshirtman posted on stackoverflow ;-)
Kivy has a module that uses embedded flask + jquery to provide a webserver already. Might be worth looking at that.
http://kivy.org/docs/api-kivy.modules.webdebugger.html?highlight=webdebugger#kivy.modules.webdebugger
Once you have that embedded webserver running, it's trivial to open the URL from kivy.
import webbrowser
webbrowser.open(url)
Peace out
ZenCODE
unread,
Sep 19, 2013, 8:04:34 AM
9/19/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kivy-...@googlegroups.com
These might also be helpful.
https://github.com/kivy/kivy/blob/master/kivy/modules/_webdebugger.py
http://flask.pocoo.org/
michae...@noaa.gov
unread,
Sep 19, 2013, 7:12:46 PM
9/19/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kivy-...@googlegroups.com
Thanks for the sample web browser code.
Reply all
Reply to author
Forward
0 new messages