iOS Keyboard in Native Web - ios

I am creating a app using HTML5,CSS, jQuerymobile + Phonegap.
I want to remove the top section of the Keyboard which has the default - Previous/Next Autofill, Done
Example: http://i.msdn.microsoft.com/dynimg/IC587100.png
Can I do that ?

You can make a plugin in phonegap to create native UITextFields at the specified position.

Related

How to disable URL drag in a Capacitor application for iOS?

I have an iOS app written using Capacitor.
I have buttons which are links to different part of the application.
If I do a long press over some button then drag it the iOS shows a popup block exposing the internal link, something like "capacitor://...."
Is there any way to disable this behaviour?
I can change every link and replace href with onclick method but I wonder if there is an option somewhere in Xcode to do it for all links.

Adding keyboard hide button in accessory bar in Ionic

I am using the ionic framework to create my app and I use a lot of forms with modals. In order to move between fields a user normally taps on the space where there isn't any image however this can lead to unexpected behaviour.
I would like a button to hide the keyboard exactly like the image below.
If you are using cordova, you can first install this plugin
cordova plugin add com.ionic.keyboard
Then, in your callback, initiate
cordova.plugins.Keyboard.close();
Some information regarding attaching an element above the keyboard.
keyboard-attach is an attribute directive which will cause an element
to float above the keyboard when the keyboard shows. Currently only
supports the ion-footer-bar directive.
On iOS, if there is an input in your footer, you will need to set
cordova.plugins.Keyboard.disableScroll(true)
The Usage
<ion-footer-bar align-title="left" keyboard-attach class="bar-assertive">
<h1 class="title">Title!</h1>
</ion-footer-bar>

Jquery mobile using keyboard page getting shrink - iOS device only

Hoping your all doing great!
Am developing hybrid application using Jquery mobile and BackboneJS. Some of page having textfield while am focusing textfield the native keypad open also am able to enter the value. If we click outside of the keypad the keypad hides and total page getting shrink out.
Anybody having solution to fix this issue ???
Thanks in advance

Phonegap iOS Plugin for UITextView?

I am trying to find a Text view / editor for Phonegap iOS Application.
Basically I am expecting it to be looking like
with a custom header. So my question is that can I just inherit the UITextView portion from the plugin if there is any and still use my customized header of my HTML?
This is a Notes app that I am creating to make which requires this. I tried using regular jQuery, Html, CSS for this but it starts jumping all over when I enter text.

jQuery mobile - phonegap - iPhone - utility app

i am trying to make a utility app lookalike using JQM and PG.
Any ideas on how to add the little "i" button on the bottom right of the screen and perform JQM's flip animation to another page?
nevermind, got it myseelf 20 mins after i posted. just a link with an "info" image positioned absolutely outside the standart JQM s who's transition is set to "flip".

Resources