i'm using wikitude studio, , have exported project offline app. on project, have several buttons when tapped, open links in-app browser. in-app browser isn't best limits downloading file. need following:
how allow in-app browser download file? specifically, .vcf
how make buttons open links in default browser (say, safari or chrome) instead of in-app broswer?
any guidance helpful.
thanks!
you can force wikitude sdk use default browser modifying downloaded wikitude studio project. this, follow these steps: * open converter.js * search 'openinbrowser'. see function called 1 parameter, url open * add second bool parameter, 'true'. forces default os browser open instead of in-app browser.
Comments
Post a Comment