Hi, Using query string inside browser start_url not working. There is some other way to pass parameter inside url? class CefBrowserApp(App): def build(self): return CefBrowser(start_url='http://kivy.org?par1=val1&par2=val2') Thanks
Hi,
Using query string inside browser start_url not working.
There is some other way to pass parameter inside url?
class CefBrowserApp(App):
def build(self):
return CefBrowser(start_url='http://kivy.org?par1=val1&par2=val2')
Thanks