- This topic has 5 replies, 3 voices, and was last updated 12 years, 1 month 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.May 14, 2013 at 10:21 am #339098
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.
May 14, 2013 at 1:14 pm #339107
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.May 17, 2013 at 1:31 pm #339201
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.May 20, 2013 at 7:37 am #339237
dabbeljuMemberHi Octavio,
thanks a lot! Works great.
Best
DabbeljuMay 20, 2013 at 1:04 pm #339246
support-octavioMemberHi dabbelju,
Thanks for confirm that it was helpful. Closing thread.
-
AuthorPosts