Just for testing purposes I'm trying to show a react-vr example (https://radvalentin.github.io/react-vr-samples/src/TourSample/index.html) in a WKWebView, the website loads only on the device while on the simulator the screen stays blank.
Apart from that on the device I can't interact with the 360 pics, for example I can't pan to rotate the view or tap on the hotspots.
I tried to load the same website using Safari on iOS and the website is loaded correctly with all the interactions.
Do I have to enable something in the WKwebview?
Related
Try to open camera while accessing web page in safari. I'm using an overlay over the frame so user can position the object following the overlay frame.
But when try to capture, it moves to iPhone camera.It's showing another popup to open the camera not directly in the web page i prepared.
Is there any jQuery library that support camera running inside the webpage?
e.g.
webcamtoy.com
pixect.com
Both of web run camera directly in safari. not open another popup iPhone camera
My case, the camera show like this url : https://i.stack.imgur.com/8N1lN.png
I am trying to implement a html 5 player inside a Webview in my app. I added the webkit-playsinline tab in video and its now playing inline in iPhone and iPad.
The issue arises is when user hits the fullscreen button, in both the iphone and iPad, it opens up the native player, which I don't want.
Can this be achieved?
I have followed this and thats why I am able to play the video inline however, when the user click on the "Full Screen" the control transfer to the native player which I don't want.
yes, I am using a UIWebView inside my app not safari specific!!
I have a Mobile web page (on an iPhone), where-in I have a button called ‘launch camera’. Clicking on this button in Safari browser, will launch native device camera. It is done using this code, . It runs like a pure web application. Now, I want to introduce augmented reality way of displaying video. When I track an image using device camera, it should play a respected video. I have earlier done this natively integrated with Metaio, Qualcomm vuforia etc. But, I need to do this in the mobile web page, not through native or hybrid, my requirement is that. How can I integrate scan (track) an image and play respected video an augmented reality way through a Mobile web page and device camera?
Please advise!
It's currently not possible. iOS browser won't let you access the live image from your camera and draw on top of the view finder.
I have a web app that is using Youtube videos embedded via iframes into a modal dialog window. In Safari on the iPad 3, iOS 5.1, the video plays properly the first time it's loaded. However, if the modal is hidden and then re-opened, the video will no longer be able to play. The player will display, but it's simply a black space with no controls. The YouTube watermark still appears, and can be clicked on.
The play button in the Safari control panel will play the audio of the video from where it left off, but the player still won't display any video.
The "related video" suggestion images will appear once the audio reaches the end, and then the video can be replayed normally.
Does anyone know what's causing this behaviour? The embedding works as intended in all major desktop browsers, and is fine the first time in iOS. It's only when it's reopened in iOS Safari that it fails.
I have a webview in an IOS app that I am loading with local data. The html page includes a link to stream a video.
Clicking on the link displays the video fine, but when the video terminates, the web view page does not reappear, instead the QTime viewer is still showing with the Play arrow. How can I make sure the webview reappears?
Well, i faced the same problem in Webkit but not on iOS, on some other platform, the reason is as follow,
1 -- When there is a stream content , video content, it will invokes the QTime plugin to display it,
2 -- QTime will occupy entire screen to launch the video,
3 -- Please check if you could capture the Video End Event in your application, in such a case, there will be global instance of QTime plug-in, that you can hide and can display the Web-View.