IOS specific styles in vanilla nativescript - nativescript

How can I write separate styles for iphone 6 and higher devices in vanilla nativescript. ??
I tried "page.ios.minW1080" but didn't work for me.
Any suggestions !!
Thank You.

For anyone interested in the answer to this question - Sagar1911 has found a solution and posted it here

Related

Macbook Air doesn't load my React App

I have a very strange question, and I apologize in advance for the vagueness. I have a react app that seems to work on all machines that I've tried it on except macbook air computers from 2014 through 2016. This seems very strange to me, so much so that I don't know how to boil down the question on why there is a problem much further than that. Is there a known bug or something else that is going wrong that would cause this to be an issue? If anyone who has a macbook air, or may be interested in seeing the bug, the repo for my site is here: https://github.com/patientplatypus/professional_portfolio_retrofuturism. Please let me know if you have any thoughts. Thank you very much.
You're likely running into a problem with ES6 support: http://www.webbrowsercompatibility.com/es6/desktop/
You may want to add babel-polyfill to your app to help address older browsers: https://www.npmjs.com/package/babel-polyfill

How was iOS UI AutoLayout Engine implemented?

I need to implement something like iOS AutoLayout engine in my project. The problem is not the same, but I hope that the implementation idea will be helpful for me.
I'll be grateful for any help.

ios6 facebook intergration - ios/xcode

Probably a silly question and please dont judge me. Just want to be sure. But are the facebook tutorials on developers.facecook.com still count on the new ios6? Can I still follow them to implement facebook on an app running ios6? thank you in advance..
Facebook SDK 3.1 comes with iOS6 support and native UI views.
It works fine.
Regards,
Vince
As of my knowledge they are working on a better implementation of iOS6 with their 3.0 SDK. But I've implemented the 3.0 SDK of Facebook and it works great.

UI design - Trying to come up with some UI design ideas for a mobile app layout

I am looking for some design ideas for a layout. Are there any web sites that people here would recommend that I should refer? The app is simply a question and answer type app. There is a question with 4 answers as a radio button.
Any help would be appreciated
thanks
jQuery mobile if you are looking for what to use.
I don't think that anyone here will tell you how to design it. It's up to you.
Here's a couple of resources that may help: http://mobilegui.net and http://iphoneized.com

universal app target for iphone & ipad - 2 app error

Really would appreciate it if you can help me with something. I have searched every websites and apple documentation but cannot find an answer for the following issue I have:
I have upgraded an iphone app with the intention of having 1 universal 'target' for the iphone and ipad. The problem is that I have 2 products. i.e. Perk.app and Perk-Upgraded.app
How can I combine these to 1 or can I add a new product app that will differentiate the device (I can do that part) and then launch the relevant iphone or ipad product? (this is the part I cant do).
I have been looking at this for months... believe me im pulling my hair out.
Any help would be much appreciated.
Thanks
Wazacko
You cannot actually have two distinct apps and then launch the appropriate one. If I understand you correctly what you actually need is to be able to adapt your layout according to the device. For this purpose I used the guide here: http://www.devx.com/wireless/Article/44472
It helped me a lot.

Resources