[Question] : social networks in-app browser #1915
Replies: 10 comments 21 replies
-
I believe you are correct; we have similar problems with XR not being available in an Android WebView, which is basically equivalent. I have no idea what control you may have over where your links open. |
Beta Was this translation helpful? Give feedback.
-
Hi Ryan and Emmet. |
Beta Was this translation helpful? Give feedback.
-
I believe it's a problem of those apps trying to open USDZ files. A simple test: <!DOCTYPE html>
<html lang="en">
<head> </head>
<body>
<a
href="https://developer.apple.com/augmented-reality/quick-look/models/drummertoy/toy_drummer.usdz"
rel="ar"
>
<img
src="https://developer.apple.com/augmented-reality/quick-look/models/drummertoy/drummertoy_2x.jpg"
alt=""
/>
</a>
</body>
</html>
I've tried launching the link on Safari with no success. For a quick-fix I added a modal that asks the user to open in safari with image instructions, based on userAgent: |
Beta Was this translation helpful? Give feedback.
-
Hi! What about Instagram and WKWebView? The company 8th wall states that WebAR now works with your favorite apps like Instagram which uses WKWebView with the new iOS 14.3+. How is it possible that it works for 8th wall but not with the model viewer? |
Beta Was this translation helpful? Give feedback.
-
anyone have a new/good workaround for this? i just discovered this the hard way after switching my IG bio link to https://ar.ink, only to find that the AR cannot be launched from the built-in IG browser. (i am hoping that @FelipeR2U 's workaround it out of date by now, a year later.) |
Beta Was this translation helpful? Give feedback.
-
There's a few different strands to this one.... First issue; on iOS, social media app developers should really be using the Second issue; being able to break out of a WebView is another challenge. It's possible for websites to detect that they are running inside a WebView. But currently there's no easy way to break out of it. There's a feature request for WebKit to support a URL scheme for opening links in the user's default web browser, which would provide a way for websites to break out of WebViews. By all means, pile on and +1 it here: |
Beta Was this translation helpful? Give feedback.
-
There is a bug logged on webkit requesting AR QuickLook support to be brought to Pile on and +1 to show how important it is! |
Beta Was this translation helpful? Give feedback.
-
is anyone aware of any progress/updates re: AR for the in-app browsers? i haven't seen any indication that webkit is going to change anything. |
Beta Was this translation helpful? Give feedback.
-
Any news on this, guys @milesgreen @rawwerks @elalish ? |
Beta Was this translation helpful? Give feedback.
-
Came here because I too am running into this issue in April 2024. It’s quite sad to see there is no resolution here. Anyone tried anything that worked to get Quick Look on iOS working using in app browsers? |
Beta Was this translation helpful? Give feedback.
-
I tested my URLs to AR models by sharing them on social networks (fb, twitter and linkedin for now).
When you open an AR model from their native iOS app, they open it in their integrated browser. Here are the result of testing
modelViewer.canActivateAR
in different iOS browsers :For fb and linkedin, is this because they use a custom browser with not all features available (camera, XR etc..) ?
For twitter, is this because they use a default iOS safari view controller which enables all features ?
Can I force my links (https://) to open in safari when clicked in fb or linkedin app ?
Beta Was this translation helpful? Give feedback.
All reactions