How can i display a webpage in a BlackBerry Browser field? - eclipse

i'm developing a aplication for blackberry and i want to display a simple webpage (for example www.google.com). i'm having troubles using the examples on the blackberry developer page, can anyone give me an example that work? i'm using Eclipse and net.rim.device.api.browser.field.* api. my blackberry's device OS is 4.6

Try this code :
BrowserSession visit = Browser.getDefaultSession();
visit.displayPage("http://www.google.com");

Related

Inner browser in Worklight App using JQuery Mobile

I want to use an inner-browser to open a webpage inside the JQueryMobile based Worklight App. Right now I am pushing user out of App to the external Safari browser on iPhone.
I do not have much experience in JQuery Mobile.
Kindly suggest how i can achieve this? Or better workaround.
Thanks
This has got nothing to do with jQuery Mobile.
Make use of Cordova's InAppBrowser (requires Cordova 2.3 so be sure to use Worklight 5.0.6).

How to make a plugin like app in iphone

I want to make an plugin like app in iphone for mobile web browser, in which i want to use safari (or any browser) current link and also link which is present on the web page, when i click on it my app should invoke for using targeted link.
I know plugins are not supported in mobile browser,
Can anybody have any solution without jailbreak?
Thanks in advance.

Any plugin for send message in phoneGap 1.4.1

I have made one mobile application using PhoneGap.
I have use PhoneGap 1.4.1 version.
In my application, I want to send message on some mobile no.
If any plugins is available, then pls tell me...
and if available then how to use this in ios?
Can we possible this without open native message composer?
This might be a solution to your problem.
All information is provided on the page below:
https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/SMSComposer
Kind regards,
Mike

Check if app is already installed on iOS from safari "Browser" using java script or any other way.

Check if app is already installed on iOS from safari "Browser" using java script or any other way. I need to check on my website weather my app is installed or not. If yes then I would like to open the app when somebody opens my website.
I have the URL for my app to open.
Right now I have given two options on my website:
1) I have app installed will open the app
2) Available on the app store.
I want to decide at my side weather app is installed or not.
Using Any web technology.
The new smart app banner feature in iOS 6 may cover what you are looking for.
https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/PromotingAppswithAppBanners/PromotingAppswithAppBanners.html

How to add code in mobile application build in netbeans

I have made a mobile application using net-beans, now i want to add my code in that application but its not working, this is my first mobile application please help me out.