Questions tagged as 'app'

1
answer

Event Redirection Offline Offline HTML5

How do I identify if the HTML5 app identifies and redirects if it's offline or online? Ex: When you open the app if you are without internet it loads a warning html and if online it redirects to a website. I found this code but I do not kn...
asked by 26.09.2017 / 15:38
1
answer

Uploading Images Not working

I'm using cordova to pass my application WEB to Android . In my web application I upload images using the basic HTML tags <ipnut type='file' > . when I install the application in Android I can not upload im...
asked by 08.08.2017 / 17:01
1
answer

Remove selected item bottombar (Lib Roughike)

I have an application that uses NavigationView and BottomBar, I'm having a hard time removing the bootloader item selection when I select a navigationView item, I'm using the Roughike Library link . I tried to use: // Remove item selected...
asked by 16.12.2016 / 11:18
1
answer

Create directories and files in IOS using IONIC framework

I need to run a sort of CRUD in directories and files through an IOS application. This application uses the IONIC framework, which in turn uses Cordova and AngularJS features. The questions are: Regarding permissions, does the IOS syst...
asked by 16.04.2016 / 23:49
1
answer

Synchronize Cordova-generated files in IOS app with cloud servers

As per , I'm developing an application and part of it's functionality is to run a sort of CRUD on directories and files through an IOS application, which based on the answer of the previous question will be done through the CORD using request...
asked by 17.04.2016 / 06:59
1
answer

Published App for Windows Phone does not install on devices [closed]

Galera, I have a problem with an APP developed by me for the Windows Phone platform. It's in the Windows Store, but users can not install it on their devices. The error given is not succinct and I can not detect the reason for this problem...
asked by 17.02.2016 / 15:42
2
answers

How does App Store versioning control work?

I need to publish a new version (1.0.1.10) of an application that is published with version 1.0.1. When trying to publish I'm getting the following error:    ERROR ITMS-90060: "this bundle is invalid.   CFBundleShortVersionString '1.0.1.10...
asked by 19.08.2015 / 16:00
1
answer

Creating Basic app that opens a url

I've already moved a little on those sites that offer "free app" and some of these sites have a good resource for me! They create an app that works with a specific url, as if the app were just a "locked" browser on a specific site! I think...
asked by 04.08.2015 / 07:20
1
answer

Hide keyboard when choosing text in AutoComplete

I'm using elements of type AutoComplete in the project, so when the user types part of the text they are looking for, it presents the suggested options for it. For this, I'm using the following snippet: private void arrayAutoComplete() {...
asked by 20.04.2015 / 19:48
1
answer

Android: How to open unused PDF from the internet?

How do I put a .pdf file in app itself, and open it without having to download using its URL? It would all be offline. Once the app was installed, .pdf would go along with it.     
asked by 26.05.2015 / 13:17