Phonegap based web application generated by GWT comiler doesn't run on xcode simulator - gwt

I'm using GWT to create the UI for my Mobile application and move the compiled code to a phonegap application.
Every thing works fine in Android simulator (and Galaxy S2). But when trying to create an iphone application, I got a blank page without any worning or error.
I'm stuck in this problem even though I followed all the instructions in the getting started tutorial http://docs.phonegap.com/en/1.7.0/guide_getting-started_ios_index.md.html#Getting%20Started%20with%20iOS. Have you please any idea?
GWT version: 2.4,
JDK: 1.6,
Phonegap cordova: 1.7

Take a look at http://www.m-gwt.com
It has a library for building gwt applications for phonegap. The bootup situation (which can be quite tricky) is handled inside gwt-phonegap

Related

Website launching in Worklight iPhone App WL Object is not defined

I am having an issue. Here is the background of App. Currently, I am opening website into Worklight App. So, my all declarations of WL(object) are defined at website. Because of having the same structure of resources website opened in worklight app suppose to be working fine. My app is working good in Android but for iPhone it's not detecting WL object.
Any Ideas?
What you are describing, "loading worklight in an external website" is really not a supported scenario and not how MobileFirst was meant to be used. I am surprised it is working in Android at all.
The way you can load a "remote worklight-based 'app'" in your existing mobilefirst application is by using one of the following approaches:
https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-1/foundation/advanced-topics/using-a-mobilefirst-application-as-a-container-for-server-generated-pages/
https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-1/foundation/advanced-topics/container-advanced-pages/

Telerik Nativescript for Blackberry

We know that Blackberry 10 can run Android app. Does somebody tried Telerik Nativescript for Android and make it run for Blackberry 10?
If so, is it possible to explain the steps to be able to do it? Does Webworks gives any help?
Telerik NativeScript for Android does indeed work on BlackBerry OS 10 I've tried on (10.3.2.2474). I'll list some tips to get you started, but please keep in mind that NativeScript doesn't officially support BlackBerry OS.
Deployment with the {N} CLI tool (tns) might be problematic - it produces an apk for the app, but it can't deploy it on the device itself, so you need to transfer it somehow and install it on the device.
Alternatively you can use Telerik AppBuilder to build the app (either version will work - VS plugin, CLI tool, Windows or Web clients) and deploy it on the device via QR code scan and install. However, apk installation is a bit slow process on a BB10, so you may choose to use the NativeScript companion app for development. Deployment to the companion app is done via QR codes - it has an integrated QR code reader - and since no installation is necessary, development cycle is faster. There is a small issue with the app - it may seem to crash on the first run, but you can still find the Sync and Scan buttons in the BlackBerry Hub, which you can use to scan the code and start your app.
Releasing the app in the BlackBerry store is out of my scope, but you can check these documents:
https://developer.blackberry.com/android/documentation/rpkg_with_bb_plugin_for_android_stdio.html
https://developer.blackberry.com/android/documentation/publsh_your_app_to_appworld.html
Make sure you've built the app for release as mentioned.
Let me know if this helps.

Performance and Touch Responsiveness in Application Built from PG build

I am building application on Eclipse before trying the Phonegap Build.
But as I build Application Using local PG 2.X Library
and the Same application I build using PGBuild 2.X.... I see Touch and scroll performance is great in Phonegap Build apk file. Why is that? Do PG people keeping some cookies for themselves at PG Build only..??
we built a native application on phonegap native. at it ran like a charm.
No performance issues with touch and feel

Creating mobile application with sencha touch 2 with eclipse ide

I am new to sencha touch. I want to create a mobile application in eclipse ide.
Can anyone tell me how to do that? I got many links for creating web app but none for mobile app.
The first thing I recommend is that you get started with sencha command, this will help you when building out the app for native packaging, not to mention creating an initial app for you with the basic essentials: http://docs.sencha.com/touch/2-0/#!/guide/command
Android Packaging: http://docs.sencha.com/touch/2-0/#!/guide/native_android
iOS Packaging: http://docs.sencha.com/touch/2-0/#!/guide/native_packaging
This next one talks about phonegap and working with eclipse... which since sencha command is available, 3rd party sdk's like phonegap would be the only rrason to compile in eclipse, otherwise sencha command can handle it.... http://andidog.de/blog/2012/06/packaging-a-sencha-touch-2-application-with-phonegap-for-android/

Can I use an Android emulator to access GWT app running in Dev Mode?

How can I debug a GWT app (in GWT Dev Mode) using a browser on an Android device or emulator?
Details follow:
I am trying to use deferred binding to serve up a different view for mobile devices. I'm creating a proof of concept app app based on the GWT MobileWebApp sample.
I have installed the Android SDK and plugin in Eclipse. When I launch the Android emulator and input my URL the mobile webkit browser hits my GWT app (running in Eclipse) but complains about not having the GWT Developer Plugin. Doh!
Is compiling and running in Production Mode my only option? How can I debug?
Ideas and input greatly appreciated!
There is no GWT Development Mode plugin for Android (emulated or otherwise). Minimize your compile time by limiting to the Android user.agent property to make testing easier.