Search found 7 matches

Go to advanced search

by ccreeves
Thu Jul 28, 2016 6:29 pm
Forum: Technical Support
Topic: DoubleAnimation on Height Property
Replies: 1
Views: 11928

DoubleAnimation on Height Property

Hello, Is DoubleAnimation on a Height property supported in CSHTML5? <Storyboard x:Key="AnimationToOpen"> <DoubleAnimation Duration="0:0:1" To="500" Storyboard.TargetProperty="Height" Storyboard.TargetName="SlideUpView"> <DoubleAnimation.EasingFuncti...
by ccreeves
Thu Jul 28, 2016 5:53 pm
Forum: Technical Support
Topic: Local Images Not Showing (Cordova/Phonegap Build)
Replies: 2
Views: 4930

Re: Local Images Not Showing (Cordova/Phonegap Build)

Hello Chris, Thanks for your message. This is very odd. We tested with PhoneGap Build and did not run into this issue. Are you sure that you included the images in the manifest? By the way, we plan to work on a Cordova extension for CSHTML5 that allows accessing the mobile hardware in C# before the...
by ccreeves
Wed Jul 27, 2016 2:47 pm
Forum: Technical Support
Topic: Local Images Not Showing (Cordova/Phonegap Build)
Replies: 2
Views: 4930

Local Images Not Showing (Cordova/Phonegap Build)

Hello,

Doing some testing today with CSHTML5 on mobile...

Tests in browser show local images as expected, but when running the application on mobile (Cordova/Phonegap Build) images do not appear.

So far, everything else functions properly though.

Any ideas?

Thanks,
Chris
by ccreeves
Tue Jul 26, 2016 7:24 pm
Forum: Technical Support
Topic: Custom HTML Element Attributes [Solved]
Replies: 3
Views: 5657

Re: Custom HTML Element Attributes

Makes sense, thanks so much for the reply. :)
by ccreeves
Mon Jul 25, 2016 10:49 pm
Forum: Bug Reports
Topic: MediaElement Ignores HorizontalAlignment="Stretch"
Replies: 1
Views: 4252

MediaElement Ignores HorizontalAlignment="Stretch"

Hello,

As the title states, unlike other elements which "stretch" fine (Grid, Button, etc.), MediaElement does not respect HorizontalAlignment="Stretch" in output HTML/CSS. The "width:100%;" CSS style is missing.

Thanks,
Chris
by ccreeves
Mon Jul 25, 2016 9:44 pm
Forum: Technical Support
Topic: Custom HTML Element Attributes [Solved]
Replies: 3
Views: 5657

Re: Custom HTML Element Attributes

After further research, I think this is the approach I'd use for manually adding an attribute to a MediaElement (<video>), right? object video = CSHTML5.Interop.GetDiv(MediaElementForVideo); CSHTML5.Interop.ExecuteJavaScript("$0.createAttribute('webkit-playsinline')", video);
by ccreeves
Mon Jul 25, 2016 8:37 pm
Forum: Technical Support
Topic: Custom HTML Element Attributes [Solved]
Replies: 3
Views: 5657

Custom HTML Element Attributes [Solved]

Hello, First off, thanks so much for your work on this. Can't wait to play with it more. Is it possible to set a custom attribute on a XAML element at design-time that persists in the output HTML? For example, I would like to add the attribute "webkit-playsinline" to a MediaElement element...

Go to advanced search

 

 

cron