Questions tagged as 'ipad'

0
answers

How to release scrolling in Safari 11.1?

I needed to do this so that the content is not being shaken and swipe with the finger, but now the scrolling of the page has stopped working, how do I release the bearing? document.addEventListener('touchmove', function(e) { e.preventDefau...
asked by 13.09.2018 / 22:59
1
answer

XCode - Adapt / fill screen for iPad mode

I recently started learning to program in XCode. After seeing some tutorials, I started working on a demo of an app whose initial menu features 5 buttons positioned vertically on a stack and a side image as shown in the following image: This...
asked by 25.05.2018 / 17:55
0
answers

Bug in Google Chrome on MAC / IPAD PRO in filling in login and password

I'm having a pretty annoying problem with this Save Password option browsers often offer. I'm using AngularJS in a login form. The user fills in the email and password normally and the request is sent via Ajax to check if it is authenticate...
asked by 07.11.2018 / 14:56
0
answers

Order rendering problem in repeat loop view

On the Tablet of the Ipad, inside the webview, ng-repeat is cluttered, someone can tell me what's wrong ... because the web works normal. <div id="content" class="content-olimpiadas"> <div class="container-olimpiadas whith-men...
asked by 27.09.2018 / 22:29
0
answers

Strange touch movement in the container by Safari browser

When I access the Safari browser on iPAD, the main container is moving like a drag effect when I touch, because of that, the image carousel does not swipe. This problem only happens on the Safari browser screen. So I've seen that some people hav...
asked by 13.09.2018 / 21:43
0
answers

Why does the webview front end in Objective-C behave differently from the Safari browser on iPAD?

There is some way to make both compatible in the preview. IOS Version: 9.3.5 iPad 3: Model A1416     
asked by 20.04.2018 / 23:11
0
answers

Problem to download image on html2canvas by iPad tablet

The method below downloads a generated image, which works in Chrome and Firefox, but does not work in Safari using a tablet over the iPad, how do I download it? $scope.downloadFile = function() { html2canvas($("#stage"), { onrende...
asked by 25.04.2018 / 15:36