Can we restrict orientation of mobile app in maximo anywhere - maximo-anywhere

I want only landscape orientation to be enabled in maximo anywhere app and disable portrait mode. How is this possible?

Since all the Maximo Anywhere apps are using Cordova/PhoneGap under the covers, you can follow this approach.
http://community.phonegap.com/nitobi/topics/config_xml_prevent_screen_rotation

Related

Watchkit to connect iphone device camera?

Is it possible to connect WatchKit application to the iPhone device camera? I want the camera to appear in first screen of my application. So how to connect camera in WatchKit?
This question is pretty broad. Short answer? There's nothing built in to WatchKit for this kind of functionality. You'll have to open the camera from your iOS app and stream still images to the Watch.

is adobe air replaces flex on mobile browsers?

we have developed video confernce using flex builder 4.6 which works perfectly on desktop browsers. we just added the video box from flex in the browser and everything else is plain html and javascript code. when we open our site on any tablet or latwst mobiles the flex component is unable to connect to wowza server. I want to know what additionally I have to do for flex component to work on tablet browsers without doing lot of changes in code such as not using transcoders to convert live video and audio to one of those html5 supported format.
Your subject line does not seem to relate to your actual question; but I'll try to address your points.
is adobe air replaces flex on mobile browsers?
Adobe AIR is a way to build native applications for iOS, Android, and Blackberry devices. It is not a tool for delivering Flash content through a browser.
Adobe did create a mobile browser plugin for Flash. That is available on Blackberry devices; and was available for Android devices. On Android it is no longer being updated or maintained.
when we open our site on any tablet or latwst mobiles the flex
component is unable to connect to wowza server.
What is the error you receive?
I want to know what additionally I have to do for flex component to
work on tablet browsers
On iOS, or Windows Phone, there is nothing you can do.
On most Android devices, you'll have to manually install the Adobe Flash Player.
On current Blackberry devices, it should just work.

Design consideration for tablet pc in asp.net

I am developing a web applicaiton which will generally be accessed through browser.
My client says that he will also access the web application from a tablet pc. So do I need to consider something especially from GUI point of view for tablet pc?
2 major things to consider:
Smaller screen size
Lack of the ability to hover
If the web app targets both PC users and tablets you should consider using CSS3 media queries to serve different css files based on the browser resolution.
LessFramework can help a lot with this.
I saw a nice but brief intro to media queries here

How to limit device usage on Android Market (new feature)?

Market has added device compatibility check.Now we can check if an app will work on specific device, for exaple HTC mobile phone, Samsung Galaxy, etc.
What about developer's side: How can we build apps for specific devices only or restrict app for tablets only? How to do restriction in XML and code? It's probably some attribute in Manifest file.
Thanks
Here "Specifying Your Application's System API Requirements" ?
It seems that Market checks this out by itself.

Porting web-app for a tablet

My web app is written in Java with front-end in JS. I want to port to tablet and other touch mobile devices. Developing a native API is ofcourse an option but I would prefer making the old app work on tablet.
I know I would need to make some changes in UI for the touch interface and I am willing to do it.
So My question is: A*re there tablet Simulators available on which I can try my app and see where it breaks on such device.*
What would be the best approach to proceed on this?
thanks in advance!
Tablets use various OS's and, thus, different API's, supported features, etc... For iPad, for imstance, XCode provides a simulator. I read somewhere that the BB tablet coming out will have a simulator for dev as well.

Resources