ios10

disable viewport zooming iOS 10+ safari?

戏子无情 提交于 2019-11-25 20:36:33
I've update my iPhone 6 plus to iOS 10 beta version and just found that in mobile safari, you can zoom any webpages by double tapping or pinching IGNORE the user-scalable=no code in the meta tag. I don't know whether it's a bug or feature. If it's considered as a feature, how do we disable viewport zooming iOS 10 safari ? updated on iOS 11/12 release, iOS 11 and iOS 12 safari still DO NOT respect the user-scalable=no meta tag. Joseph It's possible to prevent webpage scaling in safari on iOS 10, but it's going to involve more work on your part. I guess the argument is that a degree of

Push notification issue with iOS 10

☆樱花仙子☆ 提交于 2019-11-25 19:14:46
I've developed one application in that i've implemented push notification. Currently it's live on apple store. Upto iOS 9 push is working fine but after iOS 10 it is not working. What is the issue with the code? For iOS 10 using xCode 8 GM. I have resolved my issue with following steps using xCode 8 GM for iOS 10: 1) In the targets, under Capabilities enable Push Notifications to add Push Notifications Entitlements. 2) Implement UserNotifications.framework into your app. Import UserNotifications.framework in your AppDelegate. #import <UserNotifications/UserNotifications.h> @interface