Building a mobille phone app with webview - mobile

I am willing to write a very simple mobile phone app (Android and iPhone). It is so generic that it should already exists. Only 2 pages : one for choosing the URL of the server and one with only webview. It already works in a browser. I looked at tools for this purpose (Android studio and Ionics) but they are quite difficult to start with. Any hint to get this done quickly ?
Thanks in advance.

You can do it with a simple ionic app and the in-app-browser plugin:
https://ionicframework.com/docs/angular/your-first-app
https://ionicframework.com/docs/native/in-app-browser

Related

Migrate link from mobile web browser to mobile app

I want that my online website link that is opened in my mobile browser checks whether my mobile app is installed or not and then opens it in my mobile app.
I want my functionality as I have shown in this
image
I am using AngularJS,Express,NodeJS in my application.I tried node deeplink
but it does not work for me.Please provide me with the appropriate solution.
This functionality is known as Mobile Deep Linking. The easiest way to get started is with a deep linking service like Branch.io (full disclosure: I'm on the Branch team), Yozio, or Firebase Dynamic Links. They all do exactly what you're describing.
this could Help you perhaps:
Check this

Is Angular JS based hybrid app support windows?

I am working on cordova based cross platform mobile App project which needs to be done using MVC Based framework and able to work on each windows device like windows phones & tablets. So i selected Angular + ionic + cordova.
I tried so many examples to test that windows platform will work with Angular JS or not and every time I install app on windows device, application was crashed each and every time. Those apps are working perfectly on android and ios devices.
I have gone through so many tutorials and blogs for this question, but I didn't find any satisfactory answer. Is there anyway to achieve windows support in angular + ionic?
I tried using "shim" way and also created project through visual studio, but still result is same.
Is there anyone can help me to find answer?
Thanks for help.

Can you use the Ionic framework to build Mac apps?

The title pretty much says it all. I was asked this question today and really didn't know the answer.
Ionic is not intended to build desktop, or even desktop browser based applications.
From the official docs :
Ionic is focused on building native/hybrid mobile apps rather than
mobile websites.
As such, our browser support tends to be whatever Web View API is
available to native apps on a given platform. For Ionic 1.0.0
"uranium-unicorn", that means UIWebView for iOS 7+, and Android 4.1
and up. Windows Phone and FirefoxOS support is on our roadmap.
Even if you implement a browser website using ionic, the rendered output would rather weird.
Infact, Ionic has itself implemented it's website using bootstrap ;)

Applying Google Analytics (GA) with Sencha Touch 2.x.x Mobile Application

I am working with sencha touch 2.2.1. i wish to implement GA in my app. But, when i tried to create an account in GA, there were 2 options Website or Mobile App . First i choosed the Mobile app. section there were only options for Android and iOS. ( they were telling to download the SDK ). So i realized that its not what i want. so i choosed the website section. But there they are asking the website name and URL. What should i do..!??? I am really trapped !!!
So kindly anyone plz help me to move on the right path.
Any useful info regarding the topic will be so much helpful !!
Thank you,
If you would like to use ga.js from an installed mobile app use this GitHub project
https://github.com/ggendre/GALocalStorage

How to get started using tabris?

I want to use the tabris framework to develop cross platform mobile applications. What would be a good resource to get started?
You can use the tutorial at http://developer.eclipsesource.com/tabris/docs/create-a-hello-tabris/
It contains advice on how to setup a Tabris server, start a server-side helloworld example and access this example with the mobile clients on iOS and Android.
See an example at github - repository Tabris Demos.

Resources