Essentially what I am trying to accomplish is the following:
I currently have Cordova loading a page from my external Drupal site. The webpage loads fine, looks great on the screen, the only problem is that it won't allow me to upload a file to through the app itself.
I tried opening the same page in my Android's web browser (Dolphin) and the link worked just fine.
Any help would be appreciated, even if you tell me its not possible, that way I can stop looking and try out another option.
In order to do this, you would need to allow Cordova to write to the server the drupal site is on, which would not be a good idea.
Use the FileTransfer object:
http://docs.phonegap.com/en/1.0.0/phonegap_file_file.md.html#FileTransfer
Related
So I am trying to customize my already running website via custom code
for better user experience etc.
I see a lot of people developing for WordPress via the code editor
and I simply can't find any information on how I can access my website
via a code editor and customize it with customer HTML, CSS, and javascript (or react.js)
and of course, PHP if necessary.
Could anyone please help me where I can find that information?
I would be very grateful!
Not sure exactly what you are looking for, but I go to CPanel on my host and open File Manager. Scroll down to the public_html folder and the web site below that. Select a PHP file and click Edit. Beware, though, that updating the theme will wipe out any changes when taking this approach.
So i have built an angular website that uses the GoogleBooksAPI to fetch some book list. And then I show it on my single page app.
Now, i'd like to deploy it somehow to see if it's working.
So i tried to add the project to github pages. github project link:
https://github.com/DrorSC/DrorSC.github.io
And was unsuccesful..
So i thought on a different option. I have a domain, and a wordpress site on it. Maybe i can add the files to my Cpanel and load it into my domain? Or can i do it straight from wordpress?
Tried to look for answers, couldn't find.
Please help. thank you :)
If I understand correctly I think Angular Element will be your best choice. It works the best if you want to integrate Angular web app into your existing website.
Building Custom Elements / Web Components with Angular 6
After build the project. You can use the content of the dist directory into your host.
If you will put your code into a subfolder, you will need specify the path as argument on the CLI for the build.
I have a Wordpress hosted application and I need to create a mobile version of it. As I read in one article, there is a way create a mobile application from hosted web application (not sure if that technique has any particular name). I was able to create the mobile application but I ran into a issue; when I am redirecting to any page, the mobile application is opening the browser to show the page. After some research I found that the solution will be to change all the href to window.open(url, '_system'). Is there any easier way to solve this issue?
The same article shows how to use the Camera plugin with the hosted ASP.Net application. Could anyone suggest an article that shows how to do the same thing but with Wordpress application.
You should have a look at WordPress hybrid project if you are looking for managed and performance enhanced app.
Otherwise, you can also use inAppBrowser for easy and fast development here is a Docs.
Does somebody know if there is a plugin for WordPress that can integrate the Box.com cloud service into a page/post? I am looking for a way to show my files from Box.com directly on a page in a sort of file browser.
I know that there are some plugins around that can do it for Dropbox or Google Drive. But I don't want to switch, so it would be nice if I can use my Box.com account.
Has somebody found a similar plugin for Box.com?
Have you looked at leveraging Box Embed or the Box File Picker?
Either of these will give you a small code snippet to embed Box into your site.
I've been building a responsive wordpress theme for a client and it is all working on the build domain I used 101share.co.uk but now after uploading a copy of the site to the clients domain (wincheapguesthouse.org) the responsive/device menu no longer seems to open when clicked or tapped. The css seems fine to me and it still works on the other domain.
Is there something I'm missing? It would be great if someone could help me shed some light on this problem.
are you using any cache plugin on later site
if yes, try to disable and test.