Questions tagged as 'mobile'

0
answers

Iframe without scroll in Safari Mobile

I need this: link , run the scroll in the existing body inside the iframe, but in Safari Mobile it forces the iframe to have the maximum height of my content and with that it never happens the scroll in the body. I need to have this scroll i...
asked by 22.12.2015 / 12:00
1
answer

Triggering a .scroll method on the mobile device

I'm trying to use the .scroll method of Jquery as follows, when the user scrolls the scroll any change will happen. $(window).scroll(function() { $('.exemplo').css('color', 'red'); }) .exemplo { height: 250px; width: 500px; }...
asked by 28.12.2015 / 21:21
1
answer

IOS - How to create a custom TableView cell?

I want to make a custom cell for my TableView. But she's presenting problems that I can not solve. It worked normally when I did with the default cell, but when I did custom it gave problem I was using this explanation to help: link I ma...
asked by 11.02.2016 / 18:40
3
answers

Turning audio and video into Base64

I would like to know if it would be possible to transform videos and audios in Base64, I already asked a question related to transform image in Base64 and you helped me, but now I need to do the same for audio and video, I had thought it would b...
asked by 24.08.2015 / 15:19
0
answers

What are the major programming languages and development kits for mobile applications? [closed]

Hello folks in the mobile development scenario what would be the key technologies and development kits and programming language to develop systems on IOS , ANDROID operating systems, and > Windows phone? ?     
asked by 30.08.2015 / 23:14
1
answer

Developing layout for various types of mobile resolutions with Cordova [closed]

I'm developing the layout of an application developed using Cordova, but would like to know how to develop for the various types of resolutions that exist on mobile devices, would you have some tutorial, book or video talking about this?     
asked by 11.08.2015 / 06:28
0
answers

Objective C - How do I direct user to appleStore to update their APP

My code checks to see if there is a new app update, but when there is one, I do not know how to direct it to the AppStore to download. I've done something like this: And by clicking Refresh, we direct the user to the appStore     
asked by 13.06.2016 / 17:45
1
answer

Is there a generic Css code to make my site mobile friendly?

I would like to make my site mobile friendly. I know what to do for css because I do not want to change the template of the web page.     
asked by 02.05.2016 / 18:04
0
answers

Multiplatform mobile development [closed]

I am a .Net developer (MVC, WPF, MCF) and need to develop a cross-platform mobile project, I did a search and found that there are several frameworks such as PhoneGap, Apache Cordova, Ionic, Lungo and others. I've found that most framewo...
asked by 18.06.2015 / 15:28
1
answer

Send and receive SMS via PC

I am doing internal software that needs some data that is received via SMS, the client sends the SMS with some information and currently I need to manually make the SMS re-sent. I plan to automate the process to become faster, more practical and...
asked by 07.04.2014 / 20:24