Questions tagged [hosted-app]

49 questions
16
votes
1 answer

Is Kiln for your server being retired?

I was looking into the Kiln Harmony feature and saw that FogCreek only advertises it in On Demand. In the "How do you get it" section they don't even mention that it is not available for the On Premise version. So I went looking for details of the…
rustyspark
  • 185
  • 9
5
votes
3 answers

When building a hosted/SAAS application, how do you manage multiple versions when customizations by the customer are allowed?

Let's imagine you are building a Calculator application. You will allow customers to customize this Calculator with their own logos and CSS stylesheets. Customers will point their domains to your hosted Calculator and the application will serve up…
Robert Campbell
  • 6,606
  • 12
  • 60
  • 89
4
votes
2 answers

Hosted app: “Installation of this item may not work properly”

My hosted app is showing a floating banner with a notice saying “Installation of this item may not work properly.” on its Google Chrome Web Store product page. The app is undiscoverable by searching the Web Store. What is causing this problem? I…
Aeyoun
  • 4,006
  • 2
  • 28
  • 46
4
votes
3 answers

How to design a hosted web application?

How would you design a hosted web application? I'm looking at applications like Basecamp, Campaign Monitor, Freshbooks, etc... where users can sign up online and the application is hosted for them. Would you use 1 big database to store all your…
dtc
  • 9,794
  • 15
  • 70
  • 97
3
votes
0 answers

Can't use an App that uses Workflow 2013 on SharePoint Server version

I am trying to install an SharePoint 2013 SharePoint-hosted app with Workflows through App Catalog, but always receiving "Sorry, this app is not supported on your server". Thank you in advance! msdn link without solution
3
votes
1 answer

Load local resources in Windows Hosted Web Apps (Project Westminster)

I'm currently packaging a website as a "Hosted Web App" for the Windows Store. Is it possible to check if JavaScript, CSS and image files are already on the users devices inside the app package? This way a lot of traffic could be saved for files…
Thomas
  • 3,399
  • 4
  • 33
  • 66
3
votes
1 answer

MFC WebBrowser Control: How many (normal) lines of code does it take to simulate Ctrl+N?

Update: Answer: Two normal lines of code required. Thanks Noseratio! I banged my head on the keyboard for more hours than I would have cared to trying to simulate IEs Ctrl+N behavior in my hosted Browser control app. Unfortunately, due to…
Jon
  • 544
  • 5
  • 12
2
votes
1 answer

Query multiple SharePoint lists Using REST API and angular JS

I have a scenario of fetching data from multiple SharePoint 2013 lists using REST API and Angularjs. I am able to fetch the data successfully from one of the SharePoint list but my requirements is to fetch the data from multiple lists on the page…
user545359
  • 413
  • 5
  • 14
  • 28
2
votes
1 answer

Working with folders and files in Sharepoint hosted app

I made a sharepoint hosted app the same with this link https://code.msdn.microsoft.com/office/SharePoint-2013-Perform-ab9c4ae5#content using REST. My app can show folders, files in selected folder but when I create new folder or file it show error:…
Vu Hong
  • 23
  • 3
1
vote
0 answers

Issues with List View inside Client Web Part in SharePoint Hosted App

I have a Client Web Part (App Part) created using SharePoint Hosted App, which reads and displays contents of a Custom List View from Host Web inside the App Part Page using JavaScript Object Model(JSOM). I used renderAsHtml() method for rendering…
Itsme
  • 31
  • 2
1
vote
1 answer

UWP hosted web app for a localhost web app

I'm trying to create a hosted web app for Windows 10 for a web app hosted on the local machine (localhost), but the resulting windows 10 app is always empty (it shows a blue screen with a big white box with a cross in the middle). I followed this…
MorgoZ
  • 1,834
  • 3
  • 22
  • 47
1
vote
1 answer

My WPF C# Exe when shared over network and accessed with drive letter works but with just the shared drive does not

My executable developed on C#, WPF is shared on network. When I input this and run, \192.168.0.15\D$\App\WinApp.exe the application kicks off, but when I just do \192.168.0.15\App\WinApp.exe the application does not kicks off. I have logger…
Jay Kumar
  • 11
  • 1
1
vote
0 answers

How do you log into a 3rd party web app in a Windows Hosted Web App?

I love using Facebook's messenger.com web app but don't like the Messenger Universal App for Windows. So I thought I'd create my own Hosted Web App wrapper for messenger.com. The process seemed simple. And it was. The app opens and loads…
GollyJer
  • 14,594
  • 12
  • 71
  • 125
1
vote
0 answers

SharePoint FormField not rendering

I have had an app targeted for SharePoint online which provisions a few custom lists and custom list forms that has been, and continues to work on my work Office 365 team site. I made some changes to the app and on my developer account, references…
Gravitz
  • 11
  • 3
1
vote
1 answer

How to Start up external url chrome app with fullscreen

I'm publishing the chrome app. I need to open up "http://kangwodnd.cafe24.com/" with fullscreen mode. in my manifest.json { "manifest_version": 2, "name": "배드민턴 코트 예약시스템", "description": "Badminton Court Reservation System", …
강재웅
  • 51
  • 3
1
2 3 4