Questions tagged as 'mobile'

0
answers

Duplicated control in primefaces

I am working with primefaces and I have created a login where I select which database I will connect to since I have several depending on the choice so I initialize the connection, but the problem is at the level of the view that the control app...
asked by 11.08.2017 / 17:47
3
answers

keypress keyup or Jquery keydown do not respond on smarthphone

I have a field validation on my website that works in any pc browser except mobile phones (in any browser) allowing the entry of any character; I have tried in the following ways: $(".onlytext").keydown(function(e) { var key = e.keyCode...
asked by 20.09.2016 / 16:14
1
answer

Nested rows with bootstrap grid [closed]

I need to create a grid, as the following image shows, I am using bootstrap 3 Example: Thanks !!     
asked by 26.02.2018 / 18:58
0
answers

Files of the .V_SF format

Install a game app for android called "Hidden City" in order to see how it was built, image resolutions, etc ... I clarify: I did not want to steal anything, I just wanted to study as they had done, since I love their design and I would...
asked by 04.12.2017 / 00:40
2
answers

Cursor error when querying in sqlite from the assets folder when the application is removed and reinstalled

I have a problem when I query the sqlite database from the assets folder only when I uninstall the application and reinstall it. If it is the first time you install the application runs normally without any problem. In the list of errors it show...
asked by 20.04.2017 / 01:35
0
answers

Because the range slider looks different on the computer and on the cell phone

Link to the trial application I have a mobile app that I'm doing with framewrok7 but the range slider that I use looks different in the PC version than the mobile version. Basically it is the circle or element that determines the positio...
asked by 08.09.2016 / 21:55
1
answer

problem with screen positioning when the keyboard is activated with React native

It happens that when the keyboard is activated, it seems to be placed over my view and this hides the input.     
asked by 10.05.2018 / 08:18
1
answer

get your own phone number with react-native

Developing my app with react-native , I must obtain the cell phone number in which the app is running. Does anyone have any ideas for that? How would you do it and why?     
asked by 01.05.2018 / 05:39
0
answers

How do I send two images that respond to different parameters, with two other string values?

I have the following code in Ionic 3.9: const fileTransfer: FileTransferObject = this.transfer.create(); let optionsSend: FileUploadOptions = { fileKey: "9602", fileName: "filename", chunkedMode: false, mimeTyp...
asked by 06.12.2018 / 00:28
1
answer

What is the path of the removable card (SD card) in Android? Xamarin

I need help to find the path (path) of the removable card (removable Sd card) of an android device, here the code: var list = System.IO.File.ReadLines("/proc/self/mountinfo"); foreach (var i in list) {...
asked by 13.07.2017 / 17:27