I am using an Phonegap Application which will open webapp link inside the browser.
I need to detect whether the webapp is accessed from Mobile app or from inappbrowser in PhoneGap Application.
Much Appreciated,
Related
I designed and programmed web application like the website but has more processing in the admin page...
after that the customers ask me to convert it to the application , So, can I convert it traditional by any online website to application converter which takes the link of the website and converts it to .apk
are this method is correct?? or it has a bad effect in futures when the number of users is increased???
Note:- the web program or site that I build it is programmed in PHP in backend and HTML, CSS, javascript and bootstrap in front end
can anyone help and advise me pLz???
There is no such thing as website to apk converter unfortunately.
You have to build the android application separately.
You can use your PHP models with CURL to call as API from Android.
This article can help:
click
or
You can build Android app only containing webviews and you can call each webpage in different webviews.
Click here for help for working with webviews in android.
Respected
i am new to yii. Want to know that can we open yii application in webview(android mobile device), I Have an Yii Application and want to open it in mobile webview.
thanks in advance
The WebView in Android simply displays webpages. It has nothing to do with the server side script, as it will only receive the output from the webserver. Yii is a MVC based PHP framework.
I'm new to iPhone app development. I'm building app using phonegap by importing my all html css and javascript.
My doubt is if I'm using php at the backend can i make request similar to web from the iphone app. Will iPhone app retrieve the pages that is processed from the server?
PhoneGap can access web sites listed in the WhiteList and obtain responses from them, e.g. web pages.
But such an application possibly will not pass AppStore approvement, because of it can get malicious dynamic content. (This is just my personal assumption.)
I have heard about PhoneGap that can convert Web based app into a mobile app. I was wondering if PhoneGap can "convert" php codeigniter web based app into a mobile one..? I've also heard about Titanium software that does something similar... I wouldn't want to rewrite whole app to make it usable on android devices.. Any advice would be appreciated
Thanks
Phonegap just make use of web tech, such as js, css, html. It 'convert' it to mobile apps. You can interact with server side which is use php, asp, jsp or other server side script use ajax.
hopely useful: http://www.indiageeks.in/phonegap-jquery-ajax-example-jsonjavascript-object-notation-response/
Is there a way of making this app: www.benjaminpotter.org/myarden
which uses php, mysql, html, css, javascript and jquery into a phonegap app?
Otherwise how would you make this an ipad app?
As far as I know, phonegap can not run PHP, cause it needs a server, it can use only HTML and JS which runs on the client.
You could make an empty iPad app with a Web Container for this URL, or make the provided site an WebApp (specific meta tags for the iOS).