Sorry for the delay but my project was pending. So now I want to access the Webview of the ArchitectView but how to do that? I understand that the WebView is contained in ArchitectView but I don't find any function allowing to access the WebView in documentation.
Thanks.
A
Arthur Tourneret
said
about 9 years ago
Thanks it works ! (I just had to change the return statement of your proposition to void)
A
Andreas Fötschl
said
about 9 years ago
Hi there!
Given fact that the ARchitectView is a GroupView, you may e.g. use this (untested) approach
Note: Changes in WebView may affect behavior of the Wikitude SDK
A
Arthur Tourneret
said
about 9 years ago
Hi,
I am developing an app based on the wikitude sample "browsing pois -> native detail screen".
When a POI is clicked, I would like to display in the details panel a picture present in my internal storage (the picture is taken by the user in the same app so I can't place it in my assets folder).
Is there a way to do that ? Can we access the pictures present in internal storage of the app (or from pictures folder of the phone) from index.html ?
Thanks.
A
Andreas Fötschl
said
about 9 years ago
Hi Arthur!
Accessing images from external storage is not part of the Wikitude SDK as such. What you see on top of your camera is a customized default Android WebView, with all of its features and limitations.
Arthur Tourneret