Hey,
ive developed my first iphone and android app today.
the problem is that the iphone app doesnt seem to check the
orentationchage-event.
ive tested different approaches and talked about that at google groups.
here is the thread about that problem: https://groups.google.com/group/phone...
maybe somebody can help me?
thanks very much in advance!
best regards
ive developed my first iphone and android app today.
the problem is that the iphone app doesnt seem to check the
orentationchage-event.
ive tested different approaches and talked about that at google groups.
here is the thread about that problem: https://groups.google.com/group/phone...
maybe somebody can help me?
thanks very much in advance!
best regards
- 32 Posts
- 1 Reply Like
Posted 9 years ago
- 1911 Posts
- 199 Reply Likes
That email thread says the issue is fixed in PhoneGap 0.9.6. We will update to PhoneGap 0.9.6 later this week.
- 32 Posts
- 1 Reply Like
Does the phonegap build service supports the on/off-event of html5?
you can see the thread ive talked about this question on google groups here: https://groups.google.com/group/phone...
the last answer was, that it has been introduced with version 0.9.6.
so can i use all this functionality with the build service too?
thanks in advance,
best regards
This reply was created from a merged topic originally titled
online- and offline-event capture (HTML5) and phonegap.
you can see the thread ive talked about this question on google groups here: https://groups.google.com/group/phone...
the last answer was, that it has been introduced with version 0.9.6.
so can i use all this functionality with the build service too?
thanks in advance,
best regards
This reply was created from a merged topic originally titled
online- and offline-event capture (HTML5) and phonegap.
- 1941 Posts
- 89 Reply Likes
- 32 Posts
- 1 Reply Like
Thanks very much for your answers.
The online and offline Events are working fine with 0.9.6.
@Andrew: maybe you can send me a message or post here in this thread when phonegap build service is updated to 0.9.6?
Ive tested a bit with the orientationchange-event.
Is it only working on iphone? Do i have to use the resize-event for android-devices?
So i have to do it like this:
var supportsOrientationChange = "onorientationchange" in window,
orientationEvent = supportsOrientationChange ? "orientationchange" : "resize";
window.addEventListener(orientationEvent, function() {
alert(window.orientation + " " + screen.width);}, false);
regards
The online and offline Events are working fine with 0.9.6.
@Andrew: maybe you can send me a message or post here in this thread when phonegap build service is updated to 0.9.6?
Ive tested a bit with the orientationchange-event.
Is it only working on iphone? Do i have to use the resize-event for android-devices?
So i have to do it like this:
var supportsOrientationChange = "onorientationchange" in window,
orientationEvent = supportsOrientationChange ? "orientationchange" : "resize";
window.addEventListener(orientationEvent, function() {
alert(window.orientation + " " + screen.width);}, false);
regards
- 32 Posts
- 1 Reply Like
Is the phonegap build service is no running PhoneGap 0.9.6?
Excuse my impatience, but i need the new functionalities for my BA-Thesis.
thx in advance!
regards
Excuse my impatience, but i need the new functionalities for my BA-Thesis.
thx in advance!
regards
- 1941 Posts
- 89 Reply Likes
Hello,
We are working on updating phonegap on build and will post a notification on this thread as soon as the task is complete.
Hardeep Shoker
We are working on updating phonegap on build and will post a notification on this thread as soon as the task is complete.
Hardeep Shoker
- 13 Posts
- 0 Reply Likes
I am able to run 9.5.1 OK on iOS but 9.6 won't run. I've followed threads and found where I needed to change my framework role to Weak for CoreGraphics, AVFoundation and UIKit but it did not have any effect. Still nothing. Any ideas?
- 32 Posts
- 1 Reply Like
Hello,
are there any news about the build service and v 0.9.6?
i need it really urgently for my BA-Thesis..
Thanks in advance.
are there any news about the build service and v 0.9.6?
i need it really urgently for my BA-Thesis..
Thanks in advance.
- 1941 Posts
- 89 Reply Likes
Hello Toni,
Actually the build service is at 1.0RC1 with a few patches; hope that's what you were looking for.
Hardeep Shoker
Actually the build service is at 1.0RC1 with a few patches; hope that's what you were looking for.
Hardeep Shoker
- 32 Posts
- 1 Reply Like
Hello Hardeep,
thanks for your fast reply.
Yeah! Of course, ill test it tomorrow.
Thank you very much!
kind regards
thanks for your fast reply.
Yeah! Of course, ill test it tomorrow.
Thank you very much!
kind regards
Related Categories
-
PhoneGap Build
- 15111 Conversations
- 275 Followers



