Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add iPad Pro support #42

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

parthavmiyani
Copy link

No description provided.

@@ -56,7 +56,7 @@ function deepLink(options) {
document.location = url;
setTimeout(function () {
document.location = fallback;
}, 250);
}, 2500);
Copy link
Owner

@mderazon mderazon Mar 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason to increas it ?
The page is basically empty with hardly any code / html in it so it should be loaded instantly
2.5 sec is noticable

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am facing the same issue as #27.
in my case, app usually takes approx 1.5 sec to load.
When I open the app, it immediately redirects me to the app store. so I add some time to the app gets load perfectly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants