in Education by
I have some app ideas that I want to release for free (with ads). I am a web developer that doesn't want to learn Java/Objective C at this point. I can build the ideas easily enough into HTML 5 apps online. Is there any reason I couldn't use PhoneGap to build the apps and put nothing in the apps but an ad, and a WebView pointing to my web apps online? I do not need camera or GPS support, and am just looking at PhoneGap as a way to get the apps on the different platforms easily. I like the idea of having the WebView point to the web apps since I can update them easier. (As opposed to building the HTML into PhoneGap) Are there any technical reasons or developer guidelines that might get in my way? Any tips? Thank you! JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
For the Android market you really should not have any problems because there is no approval process. As for Apple, their guidelines can be strict, but they are more interface guidelines than anything. Read this as a guide if you're interested. Also, be warned that users generally dislike web apps, and occasionally leave 1 star ratings soley for that reason. Keep in mind that mobile internet is generally far slower than what you can get with a normal computer, so having the entire app pull things solely from the web will make the user feel that your app is slow. One of the main reasons for having native apps is that all the gui and much of the backend is built into the app, minimizing contact with the server.

Related questions

0 votes
    What is one advantage that HTML5 APIs offer for modern Web design? (1)They enable users to view Flash content on ... (4)They enable users to view multimedia without plug-ins...
asked Apr 21, 2021 in Technology by JackTerrance
0 votes
    Which of the following is correct about web workers in HTML5? A - Web Workers do all the computationally expensive tasks ... keep the page responsive. D - All of the above....
asked Dec 3, 2020 in Technology by JackTerrance
0 votes
0 votes
    Which of the following is correct about Web form 2.0 in HTML5? A - Web Forms 2.0 is an extension to the forms ... styling that was required in HTML4. D - All of the above....
asked Dec 1, 2020 in Technology by JackTerrance
0 votes
    Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Aug 1, 2022 in Education by JackTerrance
0 votes
    Currently, Google App Engine supports both Python & Java. Java support is less mature. However, Java seems to ... libraries, though. Select the correct answer from above options...
asked Feb 1, 2022 in Education by JackTerrance
0 votes
    can anyone help me.. [NSString stringWithFormat:@"document.getElementsByTagName('body')[0].style.textAlign = ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 30, 2022 in Education by JackTerrance
0 votes
    Hi I know it's a known issue about the auto height of webview in react native, and I have tried ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 8, 2022 in Education by JackTerrance
0 votes
    We have a Xamarin Forms View with just a Toolbar and a WebView. ContentPage xmlns="http://xamarin.com/schemas/2014/ ... " Title="TestApp" x:Class="TestApp.Client.Views.MainPage">...
asked May 22, 2022 in Education by JackTerrance
0 votes
    I have a webview in my layout file in android app and I want to load a video with html and ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 23, 2022 in Education by JackTerrance
0 votes
    I am building an Android application with Cordova which is running inside a webview. I know I can access ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 14, 2022 in Education by JackTerrance
0 votes
    I am draw some canvas charts on the android webview, and use javascript to change chart just by hiding ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 23, 2022 in Education by JackTerrance
0 votes
    I am developing an application where in 1 part I want to add javascript into WebView.. But am not getting ... ; wb.getSettings().setPluginsEnabled(true); wb.loadUrl("javascript:...
asked Feb 19, 2022 in Education by JackTerrance
0 votes
    I used a webview to load up a webpage. Is there a way to listen click action to know what hyper ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    I am considering converting a project that I've inherited from .net 1.1 to .net 2.0. The main ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 27, 2022 in Education by JackTerrance
...