- This topic has 5 replies, 3 voices, and was last updated 11 years, 6 months ago by support-octavio.
-
AuthorPosts
-
dabbeljuMemberHi all,
I have the problem, that when I run my app on iOS I can not click into any input field. When I run the app in the testcenter, everything is fine.
I am talking about the page (e.g. “anzeigen”) where I load html from remote server and put it into a div.
Any ideas?
Please find atatched my project.
Best regards
DabbeljuAttachments:
You must be logged in to view attached files.
support-michaelKeymasterAre you running a webapp or a native app? The reason for the question is if you are running a webapp you could very likely be dealing with a cross domain restriction. In the Test Center you can get around cross domain issues by turning off web security.
dabbeljuMemberHello support-wayne,
thanks for your answer.
I am running this as native app. The interesting thing is, that in the attached test app it is not happening.
And regarding the cross domain issue: I do not think, that this is the reason. I would think, that the page would not even load, or would it?
In the attached zip press on the load 1 button (this is loading the page via the jquery .load function directly into the div) and load 2 button is loading it from the local storage into the same div.
On iOS as native app I can use the input filed in both cases.
Thanks and best regards.
DabbeljuAttachments:
You must be logged in to view attached files.
support-octavioMemberHi dabbelju,
We’ve discovered that the problem is you’re initializing manually your iScroll. In order to fix this bug, phoneui passes customization function during iScroll object creation that workarounds this bug (so all iScroll components created by M1 don’t have this problem). Attached your file with the modifications to get your app working.
Attachments:
You must be logged in to view attached files.
dabbeljuMemberHi Octavio,
thanks a lot! Works great.
Best
Dabbelju
support-octavioMemberHi dabbelju,
Thanks for confirm that it was helpful. Closing thread.
-
AuthorPosts