Coder Social home page Coder Social logo

build's Introduction

build's People

Contributors

alunny avatar bitdeli-chef avatar danhogan avatar davejohnson avatar davidnuescheler avatar goya avatar ryanstewart avatar wildabeast avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

build's Issues

ICS black-screen on text element focus

Whenever I touch an input text or a textarea, when the keyboard shows up my app goes all black, except for the title bar.

This problem only seen in Android 4.0+ Galaxy Nexus. The same code in Android <= 2.3 works as expected, Android (3.0) tablets not tested.

This happens even in the simpliest HTML codes, with just an input text.

[webOS] Missing uiRevision: "2" in webOS builds prevents fullscreen on 3.x

The appinfo.json generated by phonegap:build does not include a uiRevision: "2" tag, so the applications will not scale to the full size of the device. Right now I'm shipping an application through Phonegap:Build but for the webOS devices I am responsible for, we are using a hand-generated webOS IPK and advising people not to use the download link on our Phonegap:Build application page.

Is it possible to add that uiRevision key in to the generated appinfo.json's?

No source code

It seems the source code is missing for phonegap build. Are you going to be pushing it to master soon?

App Icon is not using https URL

App Icon is not using https URL

If we look at 'https://build.phonegap.com/apps' html source, the app's icon are not utilizing secure url

Current (Normal HTTP):
< img alt="App_icon_iphone" class="app-icon" src="http://s3.amazonaws.com/build.phonegap.com/[some_hashes]/app_icon_iphone.png" />

Proposed (Secure HTTPS -- Available but not in used):
< img alt="App_icon_iphone" class="app-icon" src="https://s3.amazonaws.com/build.phonegap.com/[some_hashes]/app_icon_iphone.png" />

Complaint URL:
http://community.phonegap.com/nitobi/topics/use_https_for_application_icons

-Amir

[android 2.3] [2.0.0] keyup event not firing

Binding to 'keyup' events are not firing.

'keydown' and 'keypress' are working fine

Here is an example in jquery:
$('#writeText').on('keyup',function(e){
console.log('keyup'); //never fires
});

Add subscription info and support links to user settings page

Currently a user has no idea what plan they are using, or how to view billing or status/expiry

Would be good if users could:

*See what plan they have
*Link to billing/subscription page on adobe.com
*See current usage stats in regard to any hard limits imposed

Windows Phone 7 local script inclusion bug?

I'm trying to include a local JavaScript file from a PHP code generated via external page.
This PHP code will receive a valid path to phone's internal storage (e.g. file:///android_asset/www/ on Android etc.) and will call a JavaScript file located within a PhoneGap application like so:

<script type="text/javascript" charset="utf-8" src="file:///android_asset/www/test.js"></script>

This all works for Android, iPhone and Blackberry, but with Windows Phone 7, I always get Access Denied when I try to include the script via the following URL:

<script type="text/javascript" charset="utf-8" src="x-wmapp1:/app/www/test.js"></script>

Please note that x-wmapp1:/ is a valid counterpart for Android's file:///android_asset/www/

Tested with PhoneGap 1.8.1 and jQuery Mobile 1.1.0

Splashscreen on iOS iPad 2 jump on 20px in nonfulscreen mode

In config.xml set:

<preference name="fullscreen" value="false" /> <gap:splash src="AppResources/splashes/mobile.png" /> <gap:splash src="AppResources/splashes/iphone.png" width="320" height="480" /> <gap:splash src="AppResources/splashes/iphoneretina.png" width="640" height="960" /> <gap:splash src="AppResources/splashes/ipadl.png" width="1024" height="768" /> <gap:splash src="AppResources/splashes/ipadp.png" width="768" height="1024" />
Duaring opening application splashscreen jump on 20px to top
Also, in non fulscreen mode for iPad dimension of splashscreen is:
Portrait: 768x1004, Landscape: 1024x748 px

[ios] remove unused icons/splash screens

Icons and splash screens may not be part of the package however they are still included in the final ipa file.

For example, build does not currently support retina splash screens however still compiles them into the final IPA even though they are never referenced.

[Android] Splash Screen With Flexible Timeout

Issue with Android timeout too short. This could be addressed by pairing config.xml param with additional line in Java class.

super.setIntegerProperty("splashscreen", R.drawable.splash);
super.loadUrl("file:///android_asset/www/index.html", [flexible_value]);

Related issues
http://community.phonegap.com/nitobi/topics/splash_finishes_but_my_android_app_continues_loading
http://community.phonegap.com/nitobi/topics/black_screen_on_android_app
http://community.phonegap.com/nitobi/topics/webview_url_load_timeout_editing

[docs] Information regarding cordova.js inclusion

Beginner will find it difficult to run a simplest app without the following info documented somewhare:

"Developers are not recommended to attach Cordova-xx.xx.js themself. These .js functionality and implementation differ between each platform, thus it might work on one platform but broken on another. -- Build will automatically add it for them. Just put standard .js include on the index.html, and set a preferred version on the setting page.

< script type="text/javascript" src="cordova.js" >< /script >"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.