Questions tagged [universal]

621 questions
4
votes
0 answers

How to deploy Angular 7 Universal application to IIS

I already working on an angular 7 project we just use ng build --prod to create a production build and just copy the content of the dist folder to IIS folder and it works fine. Now I have make this application universal using @ng-toolkit/universal…
4
votes
2 answers

Is there a global way to merge an iPhone and an iPad app into a universal app?

I wrote an iPhone app. Then, I changed the interface a fair bit, added higher res images, and made an iPad version of it. In a perfect world, I would like for anyone who buys the iPad version to get the iPhone version for free (though not…
PengOne
  • 48,188
  • 17
  • 130
  • 149
4
votes
2 answers

Getting ReferenceError: fetch is not defined

In my Saga test for my react native application (that does work correctly) I have added the following test that calls a function that perform a POST http call (doScan). describe('Scan the product and register the scanning action', () => { const…
Anto
  • 4,265
  • 14
  • 63
  • 113
4
votes
0 answers

Angular Universal meta tags not visible in page source

When I view a page where the title and meta tags are set in the constructor of my angular universal project, the title displays in the tab, and I can see the meta tags and title in the html when I click "inspect element" and go to the head of the…
Tristan C
  • 593
  • 2
  • 7
  • 16
4
votes
5 answers

Universal meta-language for "simple" programs

I realize that it is impossible to have one language that is best for everything. But there is a class of simple programs, whose source code looks virtually identical in any language. I am thinking not just "hello world", but also arithmetics,…
4
votes
0 answers

Equivalent of an edge side include in a universal React application

I have a universal React application. Within one of the pages I want to include some HTML from another server - Edge side includes (ESI) have been mentioned, but this methodology doesn't seem to be compatible with Universal React applications,…
4
votes
1 answer

404 error on service request. How to change reply status

I am a newbie on Angular2. I could not find answer to my question: How to replace content of reply if a service in my module result with an error. The scenario is that the module uses a hashed ID from the URL to perform a service request. If the URL…
4
votes
3 answers

angular2 component not getting rendered while trying to use angular2-universal-starter

I am developing an application which helps me to render static html including angular2 components. I have developed few angular2 components. Now I need to insert them in my static html. So far I can generate static html successfully. but when I use…
Bhushan Gadekar
  • 13,485
  • 21
  • 82
  • 131
4
votes
1 answer

Xcode No Choice of Devices in Deployment Info Section of Universal App

Just completed converting my first iPhone-only app to a universal app. Began work converting my second iPhone-only app that's been in the app store for some time to universal. Changing Devices from iPhone to Universal under General/Deployment Info…
4
votes
1 answer

What's the difference between Cordova and Windows 10 Javascript Apps?

In Visual Studio 2015 I go: New Project -> Under Javascript/Windows -> Blank App (Universal Windows) It then creates a new app that has an .html file, a .js, .css, etc. I then can access system level things via an object that's exposed to…
Shai UI
  • 50,568
  • 73
  • 204
  • 309
4
votes
2 answers

If you make your iPhone app universal, can you undo it in a future version?

I've made a universal iPhone/iPad app (transitioned from iPhone only), but in a future version, I'm going to switch heavily to iOS 4-only features. For the next update of my app, can I update only the iPhone version?
alexbw
  • 2,028
  • 2
  • 21
  • 25
4
votes
1 answer

windows universal app pdf viewing

I'm trying to design a Windows 10 Universal application which can download pdfs from online and open them natively in the application while retaining the functionality to fill them out (obviously only for pdfs that normally have such functionality).…
gwcoderguy
  • 392
  • 1
  • 13
4
votes
1 answer

Windows Phone 8.1 MediaCapture CapturePhotoToStorageFileAsync memory leak

I am building a universal app for timelapse that captures a sequence of photos at a specified interval. In my timer tick event, I am capturing an image and saving it to a storage file like this: StorageFile file = await…
4
votes
1 answer

Using less Images for non-retina, retina and retina HD (@1x, @2x, @3x) for Universal Apps

To support iOS 7 to 8 on universal devices, I have to make 4 copies of the same image in different size. For the iPhones image@2x.png (iphone 4s,5,5s,6) image@3x.png (iphone 6+) For the iPads image.png (ipad 2, ipad mini 1) image@2x.png (ipad…
theMouse
  • 317
  • 5
  • 15
4
votes
1 answer

Will RestSharp support Windows Universal Apps?

I was trying to update an existing WP8 Silverlight application to an Universal application, but RestSharp won't install using NuGet because it does not support Universal Apps. Will this be supported in the near future or is there an alternative I…
Rowdy.nl
  • 83
  • 1
  • 11