Posts

Post not yet marked as solved
0 Replies
180 Views
Hello there, I have a question regarding app privacy settings upon submitting a new build. The previous version had tracking functionalities but the new one will not. The question is if the updates on the app privacy settings regarding this are allowed with the submission of the new build or are they going to propagate over the existing, released build and thus we cannot change it from "tracking" to "not tracking"?
Posted
by pitAlex.
Last updated
.
Post marked as solved
14 Replies
44k Views
Hello,I've recently installed the iOS11 beta on my iPhone 7 device to test our Cordova application on it and make sure everything is fine. The first thing I noticed is that on Mac, Safari does not see the device, even though web inspector is activated in the device. Without it I am not able to debug the second issue: we have a position absolute element displayed in one of the pages and when scrolling down and up the element or its children disappear randomly. This issue can be found on StackOverflow and other forums but the recommended fix ( applying transform translate3d(0, 0, 0) to the element does not work.Also note that in the simulator for ios11, the web inspector is able to see the webview.
Posted
by pitAlex.
Last updated
.
Post not yet marked as solved
0 Replies
678 Views
As the title implies, in iOS 11 borders of elements dispear as we scroll up and down. Triggering a redraw will make them appear or if we apply the following rules to the elements that have this issue:-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);Here is a screen record to demostrate the issue in iOS 11 iPhone 7 simulator:https://www.icloud.com/iclouddrive/0-aD8JexNg-lwv6VMsHjn6q0Q#Untitled.mov
Posted
by pitAlex.
Last updated
.