Issue
I have a link to 360 Image for the mobile site but I want to load that in WebView in my App. Link works perfectly on the native mobile browser as well as Google Chrome, but not in the WebView in my App.
Any help is Appreciated. Thanks.
Solution
I have implemented Google VR library for it to be implemented as I did not find it to be workable in WebView.
//VR
compile 'com.google.vr:sdk-audio:1.10.0'
compile 'com.google.vr:sdk-base:1.10.0'
compile 'com.google.vr:sdk-common:1.10.0'
compile 'com.google.vr:sdk-commonwidget:1.10.0'
compile 'com.google.vr:sdk-panowidget:1.10.0'
compile 'com.google.vr:sdk-videowidget:1.10.0'
Answered By - kashyap jimuliya
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.