Hi im building an app for android phone with jquery mobile.
is there way to disable auto rotated screen on phone ?
i mean.. i want my mobile website forced to portrait only....
Related
Is there any way to control the rotation of an Salesforce IOS Hybrid app. I'm using Salesforce IOS SDK. I want to have some of the screens allow to rotate and some not. I know we can set it the app's general setting but it will apply across the whole app not into each screen.
I am looking for a way to force the device to change to landscape view in some of pages without rotating device in Phonegap 3.4.
I searched online and saw some plugins but they are not supporting new version of Phonegap.
I also read this:https://stackoverflow.com/a/9837806/765498.
But, is there a plugin that I can use instead of manipulating CSS?
Well i trying to get a web jquery carousel to my phonegap app. I look for many possibilities but unfortunately can't find a real resizable carousel that can go on with any devices android or iphone..
I taked a look at Jcarousel http://sorgalla.com/jcarousel/ and Flexslider http://www.woothemes.com/flexslider/ but can not work as well as it should on mobile devices
can anyone help me please ?
I am using jquery mobile .I am facing one problem .Actually my application is crash when i switch to landscape to portrait mode .Is there any java code required to support both mode .or use media query ..?This is happening only in android.How to handle that ?
Thanks
Add android:configChanges="orientation|keyboardHidden" to activity tag in your android manifest file.
Refer these
Phonegap app crashes when switched orientation even with AndroidManifest changes
http://groups.google.com/group/phonegap/msg/c771fffc4dd9daaf
http://community.phonegap.com/nitobi/topics/app_crashes_on_android_during_orientation_change
If that won't work, better post your android manifest code.
I am working on an iPhone Application. I am using PhoneGap in Xcode4 to develop the application and testing it with iPhone simulator 4.3.
My issue is I am using jQuery ui slider in my application to implement audio bar, the slider is moving properly with the audio but I can't drag the slider handle with mouse and when I test the same application with Safari browser it is working fine there.
jQuery UI currently does not support touch events. I would recommend using jQuery UI Touch Punch to add that functionality - http://touchpunch.furf.com/.