Topic: Parralax not working on iPhone
alex737876 pro premium asked 4 years ago
Expected behavior Parralax works on mobile (android, iOS, both with native and chrome browser)
Actual behavior Works on any desktop, but only on Samsung mobile, not iphone.
Resources (screenshots, code snippets etc.) Implemented as described by you. The example is working on iphone too. Did i do a mistake on implementation or is there something missing? Working: https://mdbootstrap.com/previews/docs/latest/html/parallax/index.html
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Pro
- Premium support: Yes
- Technology: MDB Angular
- MDB Version: 9.3.1
- Device: Iphone 11
- Browser: Safari Mobile
- OS: iOS 14
- Provided sample code: No
- Provided link: Yes
Arkadiusz Idzikowski staff commented 4 years ago
We will take a closer look at that and let you know what we found. Can you provide more details about the code you used?
alex737876 pro premium commented 4 years ago
Hi, i wanted to re-check everything. I've tried updateing to MDB10 and found, that mdb-file-upload plugin has not been migrated to 10.X Version of Angular (Peer dependecies error, because file-upload plugin requires Angular 9.X). I will re-check and also re-check my code and post it ASAP.
Arkadiusz Idzikowski staff commented 4 years ago
Which of the MDB products did you buy?
The
mdb-file-upload
plugin was updated to version 10.0.0 and should be available for download on our website (if you have access to this product).alex737876 pro premium commented 4 years ago
npm WARN mdb-file-upload@10.0.0 requires a peer of @angular/common@^9.0.0 but none is installed. You must install peer dependencies yourself. npm WARN mdb-file-upload@10.0.0 requires a peer of @angular/core@^9.0.0 but none is installed. You must install peer dependencies yourself.
Arkadiusz Idzikowski staff commented 4 years ago
We will take a closer look at that, but it's just a warning and it should not cause any problems. You can install Angular v10 anyway because the plugin code is adjusted to this version.
alex737876 pro premium commented 4 years ago
ok sure, thank you. I'm using it on the dev branch and am waiting for 10.0.1 to push it to production :) Thank you
alex737876 pro premium commented 4 years ago
On MDB 10 your parallax sample code works just fine, not sure if it was my fault in implementation. Pls consider this as closed and thanks for helping me out.