One of the most important features in Tiggr is being able to export the app as HTML5 mobile app, Android app or iOS native app. All export features are show by clicking the big Export button:
As you noticed, there is currently no BlackBerry option. But, it turns out it’s pretty easy to get a BlackBerry native app.
Any app in Tiggr, be it for Android, iOS or BlackBerry is built first with jQuery Mobile component, HTML5, JavaScript and CSS. Then, the app is packaged as native with PhoneGap. For BlackBerry, simply export the app as HTML/CS/JS, and to build a native we are going to use PhoneGap Build.
Here are the steps:
- Build an app in Tiggr (try getting started guides) and export it as HTML/CSS/JS
- Sign up for PhoneGap Builder. A free account is available
- Click to create a new app inside PhoneGap Builder.
- Enter app name
- Select upload an archive or index.html file option and point to the zip file you exported from Tiggr
- Click Create to build the app
- That’s it. You may have to wait a few seconds before the build completes.
Once the build is complete, you will should see this:
great tutorial!
I’m having a small problem though – whenever I upload the archive I’m getting this error from phonegap:
Error – invalid characters [._-] in filenames and/or directories
Invalid widget archive – resource name is not valid(files/resources/image/ajax-loader.gif)
(There have been many more errors in the (files/resources/lib/) directory.
Any suggestions on how to remedy this?
Thanks!
@alli: I’ll send this to our dev. team, not sure why it’s happening.
great!!
as always, thanks for the fast response!
@alli: Here is the problem: https://build.phonegap.com/docs/build-failed#invalid_characters.
yes that’s what i thought.
i guess ill go through the entire source code and make sure there are only alphanumeric characters in the filenames/directories
@alli: I entered this as a bug, but not sure whether it can be fixed fast. It probably requires significant code generation changes.
please can you make a video tutorial
thanking you
@nadeem: It’s pretty simple to do even without a video.. give it a try and let me know if you have any questions.