ios - Open Links in Default Browser (instead of In-app Browser) for Wikitude Studio Offline App -


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:

  1. how allow in-app browser download file? specifically, .vcf

  2. 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