I'm working on a small web app project and I have build a react native webview to facilitate mobile users the access the app.
I heard about hover USSD that allows to automate USSD sessions and I'm interested to know if there's a possibility to initialize a hover USSD session from my web app when the user clicks on a given button.
I'm trying to initialize hover USSD session from an Android Webview but I really don't know if it's something possible.
Thank you.
Related
How can I detect whether the user browsing to my website has installed my app, and redirect to it on the click of a button in the banner like yelp?
I only need help with the detecting and redirecting from the browser. Yelp manages to do it. I tried messing with universal links, but I'm not sure how to detect that the user does not have the app and to then redirect him/her to the app store.
Yelp uses a company called Branch (Full disclosure, I work there). We have some complicated infrastructure that allows us to tell when a particular device has the app installed or not.
is it possible to convert web (social)network made in HTML5 to mobile app? And then enable pop out messages for android and iOs?
If not, what would you suggest?
I'm trying to make some kind of social network and I'm having trobles deciding how to do it. I'd like to make an app and put it on app store or i-store. I know how to do it with html5 and java script, but I don't know how to convert it in to app and give it function of a pop up messages.
you can search for progressive web app(PWA) development which enables you to do this
I am developing location based android application using cordova (ionicframework+angularjs).So when app is in background i have to get the userlocation ,so that i can provide location based push notification.
Is that possible to run the app in background?. Please help
In your requirement you need to use android Services.Otherwise you cannot run GPS Tracker in background(When app is in background). So if you need to run background service i think its not possible to do with ionicframework.Because its not native app development tool its only working with front end like browser base application. So you have to use native application development tool.
I am developing a web app using sencha framework. I need to send some data from my web app to a native android app. Is there any way to do this ?
Can we initiate a broadcast from webapp, so that native android app can listen to it ?
Please let me know.
Thanks.
What you want to do is to start another application and send data to that app this is called deep-linking.
Here is a Cordova/PhoneGap plugin for doing so: https://github.com/code4jhon/LaunchMyApp-PhoneGap-Plugin
So lets say you have ToDoApp and you want to click a button and open lets say another ST app with the list of to-do tasks of ToDoApp this plugin allow you to do this. (This also applies to open native Android App (you actually start an Activity through the plugin (happy researching)))
So if you have not added Cordova or Phonegap to your ST app it is time, look at this:
http://vimeo.com/76568053
Regards
Good morning
I'm developing a cordova application for my internship.
The application tracks the position of the user and does some logic with it to generate data the user needs.
This all works fine but the application needs to run as long as the user has a button on the main screen enabled
but right now when the application is running and you enabled the button which makes the application track the data. Then when the screen is turned off the application gets turned off and doesnt track the users position anymore.
I presume the application is suspended but then when you open the application again it is like you opened the application for the first time. (button turned off)
Is there a way to keep the application active? i know in native android you can write a service which does this but i need something that works with cordova
thanks in advance for the help
regards
bavo