react-native ios how to use android button - javascript

The official display two kind of buttons for ios and android, but sometimes the kind of android button is better for ios too.
How can I migrate android button to ios?

You can find button styles here. All you can do is to style your button to give better looks. Even then they might have different display feel in android and IOS.

Related

Cordova-keyboard not work on iOS and displays a dark area above the keyboard

I’m developing my first app with framework7. I had to run it for iPhone 6 and the iOS platform version is iOS 4.5.5.
I’m building the app with 8.1.2 (cordova-lib#8.1.1). However the keyboard of the iPhone overlays the input that I want to compile, especially with inputs which are at the end of the page.
To solve the issue I installed the cordova-plugin-keyboard v. 1.2.0.
But when I open the keyboard to compile the input a black area appears above the keyboard.
This is the issue
It looks like a Cordova bug. How can I solve it? if I can't use this plugin, how can I solve the cause that keyboard overlaps the input?
Thank you in advance

Popover issue on iPad hybrid (cordova) application

I am working on adding iOS 11 support for an hybrid app build on older version. Everything works fine but I am facing issue on iPad. Unable to dismiss the pop over because it keeps on reappearing after making a selection. This also happens when the orientation changes. Has anyone faced similar issue or any pointers on why this might be happening.

how to programmatically create a desktop shortcut for a website on android/ios with js?

is there a way to let the user add a desktop shortcut of a website with just javascript or a simple link? I mean on mobile devices, especially android and ios.
There are other questions similar to this but they didn't give me a useful answer till now.
I don't know about android, but on iOS no. I'm not sure why you would want to do this anyway in mobile safari it's as simple as clicking the share button in the tool bar and the click "add to home screen"

CKEditor android formatters work incorrectly

I have CKEditor v. 4.3.1 for my app. I tested it on android tablet - everything works fine, but when I've tried to enter text via CKEditor in android mobile phone, there was an issue that when I press format buttons(bold, superscript, etc.) they don't work, but when I press space button and then press format buttons, they work normally. (Android v 4.4.4, chrome v.37)
Has anyone faced the same issue ?
In the future if you need to report a bug in CKEditor, it's better to do this on CKEditor issue tracker. Always make sure to provide as many details as possible, including the exact steps that you perform etc.
We did some testing and your findings are correct:
https://dev.ckeditor.com/ticket/12537
Can you add an addittional information to the ticket whether you are using stock Android 4.4.4 or e.g. Cyanogenmod?

open native select pop-up in android with js

I'm developing android and ios app with phonegap, so i have a select and i want to open it with js, on ios simply focusing element works nice, but in android it does nothing, simulating click on select also gave no result, maybe there are some plugin for that?
finaly i found a plugin for this issue, you can download it from here

Categories