I have wrapped up a web application in webuiview for IOS. In the application, I have a scenario where you can tap on a button and an auto-generated PDF file is loaded. The trouble is when you close that PDF file, the user is logged off of the app.
Any thoughts on this?
Thanks
Related
I am having a Windows 8.1 supported app, but now it is updated to the UWP/UAP (i.e. Windows 10) app.
After updating the custom URI scheme is not working, On a button click on the web page, we were using "navto://" custom URI scheme and handling were done in a js file. The button action was bind through the anchor tag.
From this approach, we navigate our web pages forward/backward or used to send a user to a particular web page.
But now this js file is being not called on the click of the same button and a System Popup appear saying "You will need a new app to open this navto link". For reference, please have a look at the attached screenshot of the error popup. If anybody is familiar with the issue, please suggest me the solution.
Actually I followed this page to migrating the app https://learn.microsoft.com/en-us/visualstudio/misc/migrate-apps-to-the-universal-windows-platform-uwp?view=vs-2015#MigrateCSharp
And also tried other options as well by googling but I haven't got any perfect solution yet.
Thanks
I am currently using a web view to load some urls,I client reported that when clicking on an item on my menu and the webview is triggered and goes to one of their pages the video they have embedded on their page does not play.
Am I missing something basic here? eg permissions or is it a limitation of the webview?
also one of their links uses "#whatever" at the end and is meant to scrolldown and loading the page, but does not work. Is this supported?
many thanks
I am receiving Firebase Pushnotifications in Xamarin.Android.
While receving I want to open a specific content page of my Xamarin.Forms App.
I use
Xamarin.Forms.Application.Current.MainPage.Navigation.PushAsync(new ShowAlert(null));
"ShowAlert" is the page I want to open.
The constructor of "ShowAlert" is beeing called an executed, but the page is not beeing opened. What's missing?
Thanks for you help!
Are you calling PushAsync from the UI thread? Device.BeginInvokeOnUIThread .
I have an app that opens other part of the app inside the webview, but I need to turn off the warning of switching apps. The idea is to the user to just open another part of the app when he clicks the page inside the webview. Anyone has any thoughts?
Thanks in advance.
For my WP7 app, I have an associated facebook page. How should I go about adding a Like button in my WP7 app that the users can click to do a LIKE? Do I create a webbrowser control that opens webpage containing the LIKE button?
Looking for some ideas. Thanks.
For applications I made, I created a WebBrowserTask and redirected the user to the facebook page URL.
With current APIs you can not run Facebook tasks. Hopefully in future :)