Top "Universal" questions

Can you use React Native to create a desktop application?

I'm making a desktop application with create-react-app and Electron. It needs to run on Mac, Windows and Linux. I also …

reactjs react-native electron universal
Dynamically load nib for iPhone/iPad within view controller

I have converted an iPhone application using the wizard like thing in XCode into a universal app. It builds fine …

iphone objective-c ipad universal
React lazy load/infinite scroll solutions

It took me a while to figure out how to lazy load images using the excellent React Lazyload component. The …

javascript reactjs universal
Trouble with loading a separate XIB for iPad or iPhone

Im having trouble figuring out how to load a separate XIB for iPad or for iPhone in a Universal app. …

iphone xcode ipad interface-builder universal
Convert simple iPhone app to Universal app

I have very simple iPhone app, which uses just UIButtons, UIlabels, UITableView. without any custom controllers and graphics. How can …

iphone xcode ios ipad universal
SecurityError: Failed to execute 'replaceState' on 'History':

I am facing this issue across all browsers. This comes up whenever I try to view my site in Google …

angular universal server-side-rendering
Python help reading csv file failing due to line-endings

I'm trying to create this script that will check the computer host name then search a master list for the …

python csv universal line-endings
How To Port an iPhone Application to the iPad (Storyboard)

I just finished my iPhone app and I want to make it Universal. I've read a few posts already but …

ios5 migration port storyboard universal
Create single .xib for Universal app in Interface Builder? (iOS)

Apologies if this is a silly question, but I've done some googling and searched SO and haven't found anyone asking …

objective-c ios xcode interface-builder universal
Why "universal references" have the same syntax as rvalue references?

I just made some research about those (quite) new features and I wonder why C++ Committee decided to introduce the …

c++ c++11 reference universal rvalue