Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
135 views

Xamarin cant load script in Razor cshtml

I cant load script and css in cshtml page . <link rel="stylesheet" href="phonon.css" /> <script src="phonon.js" type="text/javascript"></script> I have the js and css in Assets ...
Develope Cruz's user avatar
2 votes
1 answer
368 views

Intellisense errors in Xamarin WebView Project

Intellisense does not work in Razor Files (.cshtml) in a Xamarin Mono.Android Project (e.g. your RazorTodo or in VS2017: New Project -> Choose Visual C# -> WebView-App (Android)) Compilation is ...
TrantSteel's user avatar
2 votes
1 answer
252 views

Xamarin Razor WebView Template missing reference

I recently installed VS2017. I cannot get Intellisense to work in a fresh WebViewApp (Android). http://www.youtube.com/watch?v=5GABoJjSQOA How can I solve this issue?
TrantSteel's user avatar
0 votes
1 answer
281 views

How to create portable hybrid WebView library

Xamarin has a RazorTodo sample that demonstrates how to build a hybrid app using WebView and razor. It contains a portable library that contains the views, models, and so forth. However, when adding ...
jtsoftware's user avatar