GithubHelp home page GithubHelp logo

krisrak / appframework-templates Goto Github PK

View Code? Open in Web Editor NEW
119.0 119.0 100.0 2.38 MB

HTML5 Mobile App UI templates created using Intel App Framework

License: MIT License

CSS 34.31% JavaScript 65.69%

appframework-templates's People

Contributors

krisrak 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  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

appframework-templates's Issues

Pull 2 refresh ios

Is it normal that when i add a pull to refresh on a scroller, some elements of a list on ios are no longer loaded? Or is it that i did something wrong ? Here is my code

function addRefreshToScroller(target_name)
{
var page_scroller = $(target_name).scroller();
page_scroller.addInfinite();
$.bind(page_scroller,"infinite-scroll",function(){
var count = document.getElementsByClassName("list-text").length;
var first = true;
var multiple = count / 25;
if(count < 100)
{
jobSearch(multiple,true,page_scroller);
}
$.bind(page_scroller,"infinite-scroll-end",function(){
$.unbind(page_scroller,"infinite-scroll-end");
page_scroller.scrollToBottom();
setTimeout(function(){
self.clearInfinite();
},1000);
});
});
}

Demos don't work on mobile devices

Clicking the demo links in the main ReadMe do not work for me on either the default browser or on Firefox on an Android 6 device, and also on Safari on IOS 7 on an iPhone 4.

Login View Template

Hello,

How you get username and login in signup element to use in javascript?
I did getelementbyid("signup") and get an object. But i don't know how to get username and password properties.

Great work!

Beautiful demos -- thanks for putting this together -- super useful for evaluating the intel app fx. Thank you!

Andy

Opacity hedaer

Hello,

first of all congratulate you for the good work :)

I'm trying to give effect to the header opacity in the style to make it look iOS7 the content scrolling.

Is possible? I built this how the DOM is not viable.
What do you think?

Thank you!

Upgrade to v3.0

V3.0 seems to have gotten rid of addPullToRefresh(). Would be nice to update this to support the new version.

Any example with jquery and appframework together?

I am trying to use your cordova's oauth example, but keep getting
TypeError: Property 'promise' of object # is not a function
If i have

<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
    <script type="text/javascript" charset="utf-8" src="appframework/jq.appframework.js"></script>
    <script type="text/javascript" charset="utf-8" src="appframework/appframework.ui.min.js"></script>

I tried both jq.appframework.js and appframework.ui.min.js from your repo or the official latest.

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.