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

ios incompatibilities #46

Open
stsier opened this issue May 17, 2018 · 4 comments
Open

ios incompatibilities #46

stsier opened this issue May 17, 2018 · 4 comments
Labels

Comments

@stsier
Copy link

stsier commented May 17, 2018

Very strange behavior.
jdrupal runs perfectly on iOS 10.3 but does nothing on iOS9.x
Problem with angular support by safari? I don't have debug tools for mac to investigate it properly, i just put alerts directly to jdrupal.js and none is called on an iphone running iOS9

@signalpoint
Copy link
Owner

Is this for jDrupal 8 or 7?

@stsier
Copy link
Author

stsier commented May 17, 2018

jdrupal8

@signalpoint
Copy link
Owner

If I had to guess maybe JavaScript's Promise isn't supported in iOS 9.

Nevertheless, you should be able to put an alert at the top of jdrupal.js (or jdrupal.min.js) and that should definitely show up.

@stsier
Copy link
Author

stsier commented May 17, 2018

ok i will try to put it on the top, i put it for now in all levels inside connect() function and it is not called anywhere even right after connect() and before promise()
maybe object declaration jdrupal={} on the top of jdrupal.js is not supported?
i will also check the order of *.js files inclusion

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

No branches or pull requests

2 participants