Questions tagged as 'mobile'

1
answer

How to take the horizontal scrolling in the mobile browser, created by the Facebbok comments plugin?

What is usually done is this: <div class="fb-comments" data-href="http://example.com/comments" data-numposts="5" data-colorscheme="light"></div> I also added this div with the fp-container class and put the plugin div inside it,...
asked by 16.02.2014 / 14:51
1
answer

How do I stop leaving two radio buttons, side by side using Angular and IONIC 3

I am in doubt as to leave radio buttons next to another. Getting to do this normally, however I'm having problems because of the radio-group <ion-list radio-group> <ion-col> <ion-item>...
asked by 03.04.2018 / 22:20
1
answer

What is the difference in terms of UIViewController and SFSafariViewController navigation?

I would like to know the advantages and disadvantages of webview controllers SFSafariViewController and UIViewController , for the questions below:  - performance  - compatibility  - usability     
asked by 23.04.2018 / 20:42
1
answer

How to use ternary operator in Flutter / Dart

How to do if/else on a line in Dart / Flutter ? Type: variavel ? null : function() : function2()     
asked by 05.03.2018 / 17:33
1
answer

Changes to Apple's business rules

Good morning. This week I've been reading about some changes to Apple's business rules for 2018, where apps that work with the white label template will no longer be supported. I was reading about what a white label model would be, but I could n...
asked by 12.01.2018 / 11:42
1
answer

carousel bootstrap 4 mobile only [closed]

Given the image below that represents the desktop mode, I would like to know how to make a carousel only in mobile mode. !---Team-----><divid="team" class="team"> <div class="container"> <div class="row">...
asked by 28.02.2018 / 03:17
1
answer

What is the importance of the weak and unowned in swift?

I've been studying swift for some time and now I'm looking to dig deeper into the language and IOS platform. I wanted to know more concretely what the importance is and how to use the weak and unowned correctly.     
asked by 16.08.2017 / 18:35
1
answer

how to check the internet before opening an ionic app?

I'm developing an app ionic with an iframe . At the moment the app is complete and running, but when accessing the same without internet appears an error message. I would like to put a message or a screen so that if you have internet acc...
asked by 30.08.2017 / 15:15
2
answers

alignment of text and an image

Can anyone help me with text placement? I would like the text to be under the image when the resolution was that of a mobile device with the
asked by 27.06.2017 / 16:47
1
answer

Can I prevent notifications for other applications on my device?

I'm setting up my CBT. Is it possible to implement a blocker for other applications in my app so that it will not receive notification while you are using my app? A basic example of how I can portray this would be when you disconnect your wi...
asked by 29.07.2017 / 00:38