Questions tagged [hosted-app]

48 questions
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", …
강재웅
  • 71
  • 3
1
vote
2 answers

Cortana not picking up the command parameters

I'm working on Windows 10 UWP Hosted Web application and I'm trying to add Cortana support with a vcd file. I have the vcd file, meta tag, and a js file to handle the voice commands, but when I build and run the app, Cortana doesn't pick up the…
Chris Miller
  • 4,809
  • 4
  • 33
  • 50
1
vote
0 answers

Getting dropbox login to work with Universal Window Platform app

I was trying to getting drop box login to work through my Universal Window Platform App. I have followed the steps through the following guide : https://microsoftedge.github.io/WebAppsDocs/en-US/win10/CreateHWA.htm , where it turns my website into…
dddd
  • 31
  • 3
1
vote
2 answers

Compare two int columns in SharePoint list

I´m doing a course catalog app for sharepoint. And i have a list called Courses. in that list i have two columns called: seats and FreeSeats. When you make a new course the boss decide how many can apply to the course. So for ex: 5 seats. When…
jacki
  • 41
  • 4
1
vote
2 answers

Sharepoint 2013 Hosted App execute javascript on all pages load

I would like to know if it's possible to have a SP 2013 Hosted app that injects a piece of Javascript that gets executed on every page load. For the sake of simplicity, imagine that I want to create an App that on every page load of the SP Site…
AlexCode
  • 4,055
  • 4
  • 33
  • 46
1
vote
1 answer

calling a hosted Filemaker Application from a .net program

In my c# application, I am trying to generically open a filemaker application that is hosted on the filemaker server assuming my c# application executes from the server that hosts the filemaker server. Currently it seems the only way I can do this…
jfalberg
  • 141
  • 4
  • 16
1
vote
0 answers

document rating in SharePoint 2013 hosted app

I have created a SharePoint 2013 hosted app though visual studio 2012. I configured a list to support document rating. however, when I try to rate a document, I get the the following error: Message from webpage The assembly…
Mohamed Samir
  • 11
  • 1
  • 4
1
vote
2 answers

Google Chrome hosted app vs packaged app

I am confused about Chrome hosted app vs packaged app. Hosted app - is where we hosted our web in server side - Required internet Packaged app - hosted the website in client site - Just like a native app - No internet require. I am interesting…
vzhen
  • 11,137
  • 13
  • 56
  • 87
1
vote
1 answer

preventing XSS/JS attacks on hosted CMS

I am working on a hosted CMS, and am thinking about allow site editors to add custom javascript and html (a much requested feature). I am concerned that this will open up an attack vector - nasty js could make calls to the functions that our hosted…
mcintyre321
  • 12,996
  • 8
  • 66
  • 103
1
vote
2 answers

Contract for hosted software

I've finally found a client for my hosted software - the first time I've ever sold software. I want both parties to sign a contract specifying things like expected uptime, payment schedules, etc., so that no one feels like they've been cheated, but…
benjy
  • 4,664
  • 7
  • 38
  • 43
0
votes
2 answers

looking to create a hosted solution

I am in the early stages of thinking through a product I am looking to develop, the product is a hosted e-commerce solution. What kind of things do I need to think about when allowing users to register there own domain names? Hows does that even…
Udders
  • 6,914
  • 24
  • 102
  • 194
0
votes
1 answer

AppManagementServiceApplication throws "Microsoft SharePoint is not supported in 32-bit process." when registering hosted app on site

I'm on SP 2013 enterprise single server dev machine I have prepped SP to host a remote on prem hosted app. I navigate to /_layouts/15/AppRegNew.aspx and enter the App Id, Secret, etc and hit create ... error ID 3 and 1309 are thrown: ID 3…
0
votes
2 answers

Xbox Live Creators Program not allowed for apps

We are developing Xbox UWP hosted App with the use of Xbox Live SDK. But submission page tells that: Xbox Live Creators Program only supports games. To submit this product, you must either remove it from Xbox Live Creators Program, or select Games…
0
votes
1 answer

UWP Hosted App (Javascript) - authentication

according to my research, UWP-hosted apps should be able to use the current user to authenticate at webservices / webpages, if the following is true: Capabilities: Enterprise Authentication Private Network (Client&Server) Internet Client However -…
0
votes
1 answer

C# / JavaScript local code in hosted web apps on Windows 10

We have a fully functional website. Now we want to develop a windows 10 app and since hosted web apps seem the quickest way we want to explore that option. I have created hosted web app for our site but can I embed any local code in the app that can…
nayakasu
  • 889
  • 1
  • 11
  • 32