android - Open a URL with default broswer? -
android - Open a URL with default broswer? -
i'm new developer in qpython (experienced python), want open url user's default browser.
i tried androidbrowser().open("...")
but, surprise, got segmentation fault! said ok, let's seek open manually activity, tried import jnius
, got segmentation fault well.
any suggestion how prepare or other ways open browser?
apparently, happens in console mode, in other qpython mods works fine.
android segmentation-fault android-browser qpython pyjnius
Comments
Post a Comment