I want a popup over incoming-call. I use phonegap 3.1 and I don't use native language.
I've detected ringing phone with PhoneStateChangeListener and i want this:
A background image is also a good solution.
Can I to embed a native code??
Is it possible with phonegap plugin?
thank's.
Related
I am a fullstack webdeveloper. I use python and vue for my development..
Recently I am trying nativescript for learning how to make native apps with javascript!
I'm trying to make an android keyboard app..
I want to use the custom keyboard instead of my system keyboard!
I searched here and there but i only found how to use a custom
keyboard on specifically my app I'm making....But i want to use the
keyboard systemwide...
I just want to know how shall I do that?
what steps should i taken or is it actually possible to make that or not?
even it is possible on react native and not nativescript then I'm also okay with it!
PLease Help!
Thanks a lot in advance..
I have converted a jquery mobile webpage to android app using phonegap.
The problem is that mavbar/menu in Android is cutting the menu words. i.e. What we do -> What we... .Can u suggest me a better way to create a menu without damaging the UI?
Using Bootstrap CSS is the better way to make your application work well on all screen resolution
Is there anything (plugin, library etc.), that would allow me to write a start up application / home screen manager for Android, using PhoneGap? If yes, then what particular circumstances must such application met?
Or, as I assume, this isn't possible and a native, Java-based, application for Android must be written to accomplish this?
Hello I'm sorry to tell you, but my opinion is that
it's IMPOSSIBLE to achieve such goal using Cordova/PhoneGap.
Hybrid applications are using smartphone's native WebView , thus you cannot invoke/reach the WebView from the Home/Launcher of the phone.
In order to get such WebView you must be in some sort of application (e.g. hybrid app written by you). The Home/Launcher CAN'T SERVE as WebView therefore you can't make such things with Cordova/PhoneGap
Sorry for killing the hope :D
I am developing an app in IOS/android with cordova 2.1.0. In index.html file,
i am using following in anchor tag to get the keypad with phone number pre-populated in android:
href="tel:'+messagePhoneArray[i]+'"
Is is the same used to get keypad in iphone also or anything else is required. I have IPod but don't have iphone to test it. Thanks in advance.
Yes, that will initiate a call to messagePhoneArray[i] on iPhone and also some other platforms too.
I need to set a popup reminder in iphone and android app, whether the app is active or not. How can this be done using as3 and flash cs5.5?
Have a look at the capabilities class :
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Capabilities.html
You can tell under which os your as3 app is running.If it's android, you can write some native java code and wire it(i m thinking sockets) to your app to show an alert.
For iphone,i don't know if you can.