We've been building an app through Foundation's new app feature and all we know is html, css and some javascript. We've basically created a template already and now we've been searching all over the place on how to push this html5 app to our phones for testing. We've tried the localhost:8080 on our phones on the same network and it's just not wanting to work. Even further, how do we deploy to both ios and android stores once we're finished? Any help would be appreciated. Thank you for your time.
Related Questions in ZURB-FOUNDATION-APPS
- How to make Foundation Apps Interchange load images as needed?
- Mixing and Matching Components for Zurb Foundation 6 Sites & Apps
- Unknown provider for directive after build
- ng-change isn't firing on select in Foundation for Apps
- how do you configure tether for popups with Zurb Foundation for Apps?
- using zurb forms with a modal window
- Install angular-xeditable in Zurb Foundation for Apps?
- How to ensure the foundation-apps _settings.scss file isn't overwritten when I run 'bower update foundation-apps'
- How can I position a Foundation-Apps zf-panel on same grid row as clickable
- foundation-apps error without angular
- How to make blocks flow with Foundation-apps
- Using multiple templates in Foundation for Apps
- Foundation Custom Action Sheet
- Difference between foundation reveal modal and foundation regular modal
- How to use Angular templating tags in Foundation for Apps?
Related Questions in HTML5-APPS
- WKWebView loads HTML and Javascript but fails to load CSS files
- How do I create a WKWebView App for MacOS
- Identify the bookmarks toolbar folder (Firefox Webextension)
- How can I get url from firefox using MFC but don't using DDE?
- include adsense(ads) in firefox extension
- Login and registration in HTML5 Hybrid App?
- Connect php with phonegap?
- Read Write text file using HTML code in Titanium Appcelerator
- Does Firefox OS support developing digital signage on Panasonic TV?
- Best Mozilla desktop web app approach
- Firefox rendering of OpenType font does not match the font specification
- i have developed website and the issue is that same version of firefox shows different design on different computers while other browsers were fine?
- Problems with hybrid HTML5 apps when IOS/Android updates?
- Facebook login on cordova app shows blank white screen
- Raphael 2.1.0 not able to draw lines in firefox browser 38.0.1
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
If you want to test your app while running on your Desktop you need to open http://yourcomputername:8080
or resolve your computer via ip for example:
http:// 192.168.1.2:8080
for deployment as a hybrid app check out phonegap.
If you are thinking about adding user authentication check out:
https://github.com/webnugget/fapp-stack