You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -196,8 +197,6 @@ so you will need to configure your app's `android/app/src/main/AndroidManifest.x
196
197
android:name=".MainActivity"
197
198
```
198
199
199
-
This does not affect Android 8 and earlier. See [#7] for more information.
200
-
201
200
### `app/build.gradle` (Android only)
202
201
203
202
Change minSdkVersion to 21.
@@ -210,7 +209,7 @@ Change minSdkVersion to 21.
210
209
211
210
### `Info.plist` (iOS only)
212
211
213
-
To use this widget on iOS, you need to opt-in to the embedded views preview
212
+
To use this package on iOS, you need to opt-in to the embedded views preview
214
213
by adding a boolean property to your app's `ios/Runner/Info.plist` file, with
215
214
the key `io.flutter.embedded_views_preview` and the value `YES`:
216
215
@@ -235,7 +234,7 @@ Modify the `<head>` tag of your `web/index.html` to load the JavaScript, like so
235
234
- **The 3D model does not display** : First check the example, if models in examples loads, may be there is problem with your model or your model path.
236
235
- **The animation list could not be retrieved** : Check if there are any special characters in the animation names that might cause a JSON encoding error.
237
236
238
-
## Not working with a url on a real device?
237
+
## Not working with a url on a real iOS device?
239
238
240
239
**Problem Description** : If you're having trouble loading 3D models from a URL on a real iOS device, **Lockdown Mode** might be the cause. Lockdown Mode is a security feature in iOS that restricts certain functionalities like network requests or loading embedded content to protect user data.
0 commit comments