I have an ionic app in which i have enabled the option for the user to give rating. I use ionic-rating tool for that. But it does not give the option to give half star rating. so how can I implement half star rating in my ionic app.
update your framework try this https://github.com/fraserxu/ionic-rating
Related
has anyone worked with react and sharepoint, please tell me, if there any reference for creating a react app and deploy in sharepoint online directly, many of the references are creating react app as web part, but I cant find what I looking for. please help
It actually depends on where you want your application to show up in the SharePoint.
In addition to the WebParts, there is AppCustomizer option that allows you to show your app in one dedicated the placeholder of the sharepoint site (top or bottom):
https://learn.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/using-page-placeholder-with-extensions
Other that, there is "single page part" option that allows you app to occupy all the space on the page, and to be the only thing the user gets basically:
https://learn.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/single-part-app-pages?tabs=pnpposh
I'm having trouble figuring out how to get two particular button types to take MOBILE PHONE users to a mobile version of the payment page. I have PayPal Payments Standard:
~ Add to Cart
~ Buy Now without a dollar amount (customer enters it themself to pay a bill)
The buttons generated in my account lead to the payment screen where the user has to enter all their data but it's MUCH too TINY on a mobile phone. How does it get to be mobile responsive? Is it a special code, or is there some other way to do it that isn't overly complicated?
Would appreciate some help. I have done hours of research to try to solve this.
Generally PayPal payment page (the page payers see when they click the button) does detect mobile devices automatically and display mobile style. I happened to be testing a buy now button today and it worked fine. Please check the source code the button uses.
If ok please post here the code and how to reproduce.
Here is the answer I want to share to help anyone else who's struggling with this issue. As mentioned earlier, I have an old PayPal account.
I had a special phone appointment with PayPal's development team and discovered:
There are no add to cart buttons that lead to mobile checkout in PayPal Payments Standard accounts. For this I would have to get Mobile Express Checkout, which the PayPal rep himself said is complicated to integrate (I checked and it really is) OR get PayPal Payments Pro for $30 per month. I don't want to do either or those.
There is no way to get a $0 (no set dollar amount) button to lead to mobile checkout because any time the customer has to enter data such as an amount, quantity, etc, that invalidates the mobile compatibility. It is called an "Unsupported Use Case": https://developer.paypal.com/webapps/developer/docs/classic/products/mobile-paypal-payments-standard/
My only button solution is to use individual Buy Now buttons with set amounts, because there is a mobile payment page for those. But I won't make my customers pay for one thing at a time, that's incredibly annoying and unprofessional.
So I've decided to just go with a third party shopping cart for my website like PrestaShop, OpenCart, or even WordPress with WooCommerce. They won't cost me anything because I'll install them on my hosting account. (If I had under 10 products I would use the free Ecwid option, but I have too many.)
It has been a long journey!
I have been using Adsense with Google Maps with my website from last few months now.
Am using the API as per-
https://developers.google.com/maps/documentation/javascript/advertising
However, when I wanted to check the gains I am making here, I could not see them in Adsense UI. I am using a 'BUTTON' ad unit and I fail to find any earnings under this ad unit size. I have decent amount of traffic with more than 1 million page views each month.
Can someone using Adsense with Google Maps help me find these earnings?
Regards,
To track your map AdUnit performance, you need to create a new custom channel in your AdSense account. Go to "My ads" tab and click "Custom channels" and then "New custom channel". Give your new channel a name and save it. Your will get a channel ID, say it is "123456789". The second step is to go to your javascript code where you add your map AdUnit. Add a new option channelNumber: '123456789' in your adUnitOptions. That's it.
PLease tell me how to implement fivestar rating system in cakephp 2.0?
You will have to create a plugin to show star rating. Here is Star Rating Plugin for cakephp. I used it and it is working fine.
Kindly ask if it not worked for you.
I have a website and i want this to be mobile ready. I found Kurogo very helpful for static website. But this is not useful when i have a website where there are many forms and all. which is the best way to convert a website mobile ready where it has many forms, add, edit , update forms and all. I use php/mysql for my application.
you can always try to use bootstrap or zurb foundation and then load the css using a media query