Questions tagged [iblazr]

Fully synchronized enhancing flash for iPhone, iPad, Android and Windows Phone. Small, powerful, multifunctional.

Fully synchronized enhancing flash for iPhone, iPad, Android and Windows Phone. Small, powerful, multifunctional.

2 questions
1
vote
2 answers

Fire iblazr programmatically

How do you fire the iblazr programmatically? No API I can find, they're not responding to inquiry. I'm looking for a solution for iPhone and Android.
greggreg
  • 11,945
  • 6
  • 37
  • 52
0
votes
1 answer

tag not being recognized in custom implementation

I am trying to make custome authorization code in blazor. Based off previous stackoverflow posts I have contructed the following. My issue is that the tag is still not registering. I have: public class MyServerAuthenticationStateProvider :…
user6684475